Graphviz Plugin
Description
The GraphvizPlugin allows for the inline creation of diagrams for abstract graphs and networks using the Graphviz programs.
Bugs/Feature Requests
Existing bugs and feature requests for GraphvizPlugin are here.
If you have any issues, create a new ticket.
Installation
See source:graphvizplugin/0.10/README.txt for details on installing the plugin on Trac 0.10.
See source:graphvizplugin/0.11/README.txt for details on installing the plugin on Trac 0.11.
Download
Download the zipped source from here. Note that this contains everything regarding the Graphviz plugin including tagged releases and branches. The !0.10 directory contains the latest released version of the code for Trac !0.10 and the !0.11 directory contains the latest code for Trac !0.11. If you're only interested in the latest released version of the code, consider using subversion to get the code from http://trac-hacks.org/svn/graphvizplugin/0.11/.
Source
You can check out the source for GraphvizPlugin from Subversion at http://trac-hacks.org/svn/graphvizplugin.
Example
{{{
#!graphviz
digraph G {Hello->World->Graphviz->Rules}
}}}
would produce an image like:
Note that you can insert TracLinks like this:
{{{
#!graphviz
digraph G {
rankdir = "LR"
GraphvizPlugin [ URL=GraphvizPlugin ]
Trac [
URL="http://trac.edgewall.org/"
fontcolor=red
]
GraphvizPlugin -> Trac
}
}}}
This produces an image like this, but with the nodes are clickable, unlike here:
Recent Changes
[3400] by pkropf on 03/19/08 10:26:44
Corrected typo. references #2757.
[3393] by pkropf on 03/18/08 14:37:09
graphvix release 0.7.0 for use on trac 0.11.
[3392] by pkropf on 03/18/08 14:36:42
graphvix release 0.6.10 for use on trac 0.10.
[3391] by pkropf on 03/18/08 12:35:55
corrected attribute name.
Author/Contributors
Author: pkropf
Contributors:
Attachments
- 15e8018d3d66075049024de6864339724b78c365.png (1.6 kB) -
Sample outout from the graphviz plugin.
, added by pkropf on 12/01/05 22:38:59. - bf7ef5a481ccb22c85f25a2da9a84b29d6ccf860.png (1.2 kB) -
second example, this time with colour and TracLinks
, added by diroussel on 01/30/07 07:37:58.


