Re: [graphviz-interest] Tooltip or label highlighting on mouse hover
"Emden R. Gansner" <[email protected]>
| Newsgroups | gmane.comp.video.graphviz |
|---|---|
| Message-ID | <[email protected]> |
On 4/12/13 5:13 AM, Yury Katkov wrote:
> nono, there is a command line parameter '-T' in dot, circo and other
> graphviz programs to generate SVG
> http://www.graphviz.org/doc/info/command.html
Expanding a bit on Yury's answer, dotty takes plain dot files as input. It uses dot to do the layout
and displays the
result. If the input file contains xdot layout information (you get this by running the layout
program with the -Txdot
flag), dotty will not do a layout but use the xdot layout information.
If you want svg output, run the layout program with -Tsvg. The output can then be displayed using
any svg viewer or
browsers such as firefox or chrome.
Emden
_______________________________________________
[email protected]
http://lists.research.att.com/mailman/listinfo/graphviz-interest