Tagged Questions
The image-graphviz tag has no wiki summary.
4
votes
2answers
73 views
How to visualize/draw automata in ocaml?
I am doing composition of automata. So at the end of that, I want to draw the composed automata also. So are there any libraries for that in ocaml? or are there ocaml wrappers written for any graph ...
1
vote
2answers
140 views
setting default node attributes using Image_Graphviz package
I can produce the below graph with either dot language using GraphViz directly or with the PEAR package Image_GraphViz using PHP.
//DOT language
digraph test{
URL="http://example.com/fish/";
...
0
votes
0answers
61 views
create graphviz graph using md arrays from php
Hy, I'm looking for a way to create a GraphViz graph from php arrays. I have an associative multidimensional array from which I need to extract the keys and their corresponding values, and use them to ...
0
votes
1answer
38 views
Graphviz Double quotes and Parentheses in nodes
I want to show Double quotes and Parentheses in nodes.
Without using A[label="Rahul(A)"]. I want to show during Rahul(A) -> B
0
votes
1answer
108 views
Image_Graphviz Example shows nothing
i´m trying to use Image_Graphviz from pear.
I installed the package via pear install. All went fine, pear list displays the package as stable.
When I try to display the given example there´s just an ...