Search found 10 matches

by Pander
2011-01-04T04:01:44-07:00
Forum: Bugs
Topic: Is Graphviz dependency discardable?
Replies: 17
Views: 31608

Re: Is Graphviz dependency discardable?

Best would be that, when possible, people creating dot files use e.g. this line if they intent different rendering than dot:

Code: Select all

layout="twopi"
Then, always the correct engine will be used.
by Pander
2010-06-12T04:19:46-07:00
Forum: Bugs
Topic: Is Graphviz dependency discardable?
Replies: 17
Views: 31608

Re: Is Graphviz dependency discardable?

I have just learned that it is possible to put a statement in the file indicating what rendering (dot, neato, twopi, etc.) to use. I will send you the details later on. If a users has specified it, then you can use it to determine how to render it, or I think dot will call the proper rendering even ...
by Pander
2010-06-12T04:18:12-07:00
Forum: Bugs
Topic: Is Graphviz dependency discardable?
Replies: 17
Views: 31608

Re: Is Graphviz dependency discardable?

digraph G { fontsize="144" labelfontsize="8" labelloc="c" node [shape="box" ] ranksep="30:30" edge [arrowhead="none" ] TEST root=TEST TEST -> qyTllllll qyTllllll -> qyTll1lll qyTllllll -> qyTll2lll qyTllllll -> qyTll3lll qyTllllll -> qyTll...
by Pander
2010-06-08T13:05:31-07:00
Forum: Bugs
Topic: Is Graphviz dependency discardable?
Replies: 17
Views: 31608

Re: Is Graphviz dependency discardable?

Oh, I have send that in a personal message to you. Can you find it?
by Pander
2010-06-08T12:04:40-07:00
Forum: Bugs
Topic: Is Graphviz dependency discardable?
Replies: 17
Views: 31608

Re: Is Graphviz dependency discardable?

Thanks for the options to try out. See below the result. $ dpkg -l |grep -i imagema ii imagemagick 7:6.5.1.0-1.1ubuntu3 image manipulation programs ii imagemagick-doc 7:6.5.1.0-1.1ubuntu3 document files of ImageMagick ii libmagick++2 7:6.5.1.0-1.1ubuntu3 object-oriented C++ interface to ImageMagick ...
by Pander
2010-06-08T10:41:01-07:00
Forum: Bugs
Topic: Is Graphviz dependency discardable?
Replies: 17
Views: 31608

Re: Is Graphviz dependency discardable?

Here is an example, a typical gv file for twopi rendered properly with twopi: http://img696.imageshack.us/img696/3744/screenshot1ob.png and rendered incorrectly with dot: http://img39.imageshack.us/img39/3541/screenshot2lg.png Of course you decide what ImageMagick should do with these files, but I w...
by Pander
2010-06-08T00:32:44-07:00
Forum: Bugs
Topic: Is Graphviz dependency discardable?
Replies: 17
Views: 31608

Re: Is Graphviz dependency discardable?

I have asked around on the Graphviz development mailing list and there I found out that the way ImageMagick is rendering DOT or GV files is far from trivial. DOT or GV files can be processed by the executables dot, neato, fdp, sfdp, twopi, circo and more. See the images on the right hand side under ...
by Pander
2010-06-07T13:54:16-07:00
Forum: Bugs
Topic: Is Graphviz dependency discardable?
Replies: 17
Views: 31608

Re: Is Graphviz dependency discardable?

I'm referring to distribution (Ubuntu) package level. But in order to decide what to choose, can anyone tell me for what functionality this dependency is for?
by Pander
2010-06-05T06:38:17-07:00
Forum: Bugs
Topic: Is Graphviz dependency discardable?
Replies: 17
Views: 31608

Is Graphviz dependency discardable?

Hi all, I use both Graphviz and ImageMagick but what puzzles me is the dependency that ImageMargick had on libgraphviz. Why is that there? What functionality does ImageMagick use from Graphviz? Since, I'm using development version of Graphviz, my package manager keeps complaining that libimagemagick...