Version 50 (modified by 7 years ago) (diff) | ,
---|
Contents
Graphviz for dynamic generation of diagrams
Description
This is a plugin that allows the dynamic generation of diagrams by Graphviz programs. The text of a wiki page can contain the source text for Graphviz and the web browser will show the resulting image.
Bugs/Feature Requests
Existing bugs and feature requests for GraphvizPlugin are here.
If you have any issues, create a new ticket.
Be sure to mention which version of Trac and which version of the plugin you are using. If the version number ends with dev
, then please also specify the changeset number corresponding to the version you are using.
defect |
70 / 90 |
||
---|---|---|---|
enhancement |
23 / 32 |
||
task |
1 / 1 |
Source and Download
You can check out GraphvizPlugin from here using Subversion, or browse the source with Trac.
Or you can 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.
That version has some trouble with rsvg
support for creating anti-aliased images. The upcoming version contains a few related fixes:
- download latest unstable version for Trac 0.11 and later.
- download latest unstable version for Trac 1.0
If you want to have anti-aliased images, it might be a better option anyway to get/build a recent version of graphviz tools, which support producing anti-aliased images directly, through pangocairo support.
Installation
- A prerequisite for installation are the programs from http://www.graphviz.org.
- Install
- By hand:
- See source:graphvizplugin/branches/1.0/README.txt for details on installing the plugin for Trac 1.0 and up
- See source:graphvizplugin/tags/0.11-0.7.5/README.txt for details on installing the plugin on Trac 0.11 and Trac 0.12.
- See source:graphvizplugin/tags/0.10/README.txt for details on installing the plugin on Trac 0.10.
- Using easy_install (for Trac 1.0 and 1.1):
[sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/trunk
- Using easy_install (for Trac 0.11 and 0.12):
[sudo] easy_install https://trac-hacks.org/svn/graphvizplugin/tags/0.11-0.7.5
- Note:
sudo
is optional case you already have enough authorisation to modify your server.
- Note:
- By hand:
- Restart your web server (this example command line for Apache on Ubuntu):
[sudo] /etc/init.d/apache2 restart
- Enable the plugin:
- by updating your trac.ini with this:
[components] ... graphviz.* = enabled ...
- or accessing your Admin panel (
..admin/general/plugins
).
- by updating your trac.ini with this:
- Configure your environment:
- by modifying your
trac.ini
file. - by accessing your Admin panel case you have WebAdminPlugin enabled.
- by modifying your
Example
Add the following lines to a wiki page:
{{{ #!graphviz digraph G {Hello->World->Graphviz->Rules} }}}
and that would produce an image as follows:
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 clickable nodes (note that nodes aren't actually clickable in this example):
More examples at: http://www.graphviz.org/Gallery.php
Recent Changes
- 18539 by jun66j5 on 2023-04-07 00:08:42
-
TracGraphviz 1.4.0.4dev: Prepare for development
- 18538 by jun66j5 on 2023-04-07 00:02:57
-
TracGraphviz 1.4.0.3: Prepare for release
- 18525 by jun66j5 on 2023-03-19 14:22:48
-
Make compatible with Trac 1.5.4 and Python 3, and remove Genshi from dependencies (closes #14173)
(more)
Author/Contributors
Author: pkropf
Maintainer: Christian Boos
Contributors: cboos
Attachments (6)
-
15e8018d3d66075049024de6864339724b78c365.png (1.6 KB) - added by 18 years ago.
Sample outout from the graphviz plugin.
-
bf7ef5a481ccb22c85f25a2da9a84b29d6ccf860.png (1.2 KB) - added by 16 years ago.
second example, this time with colour and TracLinks
-
first-example.png (16.4 KB) - added by 15 years ago.
Sample outout from the graphviz plugin, produced with graphviz-2.20.3 with pangocairo support
-
second-example.png (9.3 KB) - added by 15 years ago.
second example, this time with colour and TracLinks, also produced with graphviz-2.20.3 on Linux
-
graphviz_logo.png (3.5 KB) - added by 7 years ago.
Graphviz logo
-
graphvizplugin.diff (2.5 KB) - added by 18 months ago.
Patch to make GraphvizPlugin work with trac 1.5.3 (python 3.10.0)
Download all attachments as: .zip