You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using graphviz 2.38.0 compiled --with-gts on Ubuntu 14.04.3; when I process the following graph with dot2tex -p --prog fdp -f tikz file_name.dot I obtain the attached figure:
digraph {
graph [splines=ortho];
node [shape=rect];
a;
b;
c;
d;
e;
f;
g;
h;
c -> e;
c -> b;
b -> a;
e -> a;
e -> d;
e -> f;
c -> d;
b -> f;
f -> g;
g -> h;
h -> e;
}
I
The text was updated successfully, but these errors were encountered:
I'm using graphviz 2.38.0 compiled
--with-gts
on Ubuntu 14.04.3; when I process the following graph withdot2tex -p --prog fdp -f tikz file_name.dot
I obtain the attached figure:I
The text was updated successfully, but these errors were encountered: