Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vidarh/diagram-tools

A number of small tools for generating and manipulating diagrams, mostly based around Graphviz
https://github.com/vidarh/diagram-tools

diagram dot graphviz manipulating-diagrams svg xsl xslt

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# Diagram Tools

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

Vidar Hokstad <[email protected]>

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](http://www.hokstad.com/making-graphviz-output-pretty-with-xsl.html);
see also [this update](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); Paul Boddie (refactoring, bug fixes)

Example output:

![expected output](https://raw.githubusercontent.com/vidarh/diagram-tools/master/tests/test-notugly-expected.png)

## arytodot.rb ##

[A script by Vidar Hokstad to visualize Ruby arrays using Graphviz](http://www.hokstad.com/creating-graphviz-graphs-from-ruby-arrays.html)

## traceviz.rb ##

[A script by Vidar Hokstad to visualize traceroute ouput with Graphviz](http://www.hokstad.com/traceviz-visualizing-traceroute-output-with-graphivz.html)