Display it on a webpage?
Submitted by arealperson on Sun, 01/27/2013 - 19:57
Hi,
I'm new to this software.
QUESTION:
How can I display a graph on a webpage ?
A simple basic standard way. How can I?
Thank you for your help and support !
Recent comments
- I like the look of the nodes,
1 day 11 hours ago - If you put the fixedsize
1 day 12 hours ago - If you put the fixedsize
1 day 12 hours ago - Are there some actual examples around?
1 day 13 hours ago - There are two features
1 day 14 hours ago - There is nothing built into
1 day 14 hours ago - I was able to resolve this
2 days 17 hours ago - x11 event bindings
4 days 10 hours ago - One could probable work
4 days 11 hours ago - Would it be possible to
4 days 11 hours ago

Use the -Tsvg switch
Use the -Tsvg switch e.g...
dot -Tsvg file.gv > outfile.svg
Then open outfile.svg in a browser that can display svg
Thats a simple way, I found it today.
Thanks !