Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vidarh/diagram-tools
- Owner: vidarh
- License: mit
- Created: 2009-04-19T19:46:34.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T03:38:09.000Z (about 6 years ago)
- Last Synced: 2024-11-04T10:44:01.818Z (4 days ago)
- Topics: diagram, dot, graphviz, manipulating-diagrams, svg, xsl, xslt
- Language: XSLT
- Homepage: http://www.hokstad.com/tag/graphviz
- Size: 166 KB
- Stars: 110
- Watchers: 10
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - vidarh/diagram-tools - A number of small tools for generating and manipulating diagrams, mostly based around Graphviz (others)
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)