vidarh / diagram-tools

A number of small tools for generating and manipulating diagrams, mostly based around Graphviz

This URL has Read+Write access

diagram-tools / README
100644 21 lines (15 sloc) 0.916 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
A number of small tools for generating and manipulating diagrams, mostly
relying on Graphviz for output.
 
Vidar Hokstad <vidar@hokstad.com>
 
 * notugly.xsl: An XSL transform to pretty up the SVG output from Graphviz
     See: http://www.hokstad.com/making-graphviz-output-pretty-with-xsl.html
     And: http://www.hokstad.com/making-graphviz-output-pretty-with-xsl-updated.html
     By Vidar Hokstad and Ryan Shea; Contributions by Jonas Tingborn,
       Earl Cummings, Michael Kennedy (Graphviz 2.20.2 compatibility, bug fixes,
       testing, lots of gradients)
 
 * arytodot.rb: A script to visualize Ruby arrays using Graphviz
     See: http://www.hokstad.com/creating-graphviz-graphs-from-ruby-arrays.html
     By Vidar Hokstad
 
 * traceviz.rb: A script to visualize traceroute ouput with Graphviz
     See: http://www.hokstad.com/traceviz-visualizing-traceroute-output-with-graphivz.html
     By Vidar Hokstad