= Graphviz Plugin = == Description == The GraphvizPlugin allows for the inline creation of diagrams for abstract graphs and networks using the [http://www.graphviz.org/ Graphviz] programs. == Bugs/Feature Requests == Existing bugs and feature requests for GraphvizPlugin are [report:9?COMPONENT=GraphvizPlugin here]. If you have any issues, create a [http://trac-hacks.swapoff.org/newticket?component=GraphvizPlugin&owner=pkropf new ticket]. == Installation == See source:graphvizplugin/0.9/Readme.txt for details on installing the plugin. == Download == Download the zipped source from [download:graphvizplugin here]. Note that this contains everything regarding the Graphviz plugin including tagged releases and branches. The 0.9 directory contains the latest released version of the code. If you're only interested in the latest released version of the code, consider using subversion to get the code from http://trac-hacks.swapoff.org/svn/graphvizplugin/0.9/. == Source == You can check out the source for GraphvizPlugin from Subversion at http://trac-hacks.swapoff.org/svn/graphvizplugin. == Example == {{{ {{{ #!graphviz digraph G {Hello->World->Graphviz->Rules} }}} }}} would produce an image like: https://trac-hacks.swapoff.org/attachment/wiki/GraphvizPlugin/15e8018d3d66075049024de6864339724b78c365.png?format=raw == Author/Contributors == '''Author:''' [wiki:pkropf] [[BR]] '''Contributors:''' [[TagIt(plugin,pkropf,beta,0.9)]]