Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.15 KB

Diagram Tools

A number of small tools for generating and manipulating diagrams, mostly relying on Graphviz for output.

Vidar Hokstad <vidar@hokstad.com>

Unless otherwise noted, everything here is under the MIT license - see the LICENSE file.

notugly.xsl

An XSL transform to pretty up the SVG output from Graphviz; see also this update

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); Paul Boddie (refactoring, bug fixes)

Example output:

expected output

arytodot.rb

A script by Vidar Hokstad to visualize Ruby arrays using Graphviz

traceviz.rb

A script by Vidar Hokstad to visualize traceroute ouput with Graphviz