https://github.com/ff6347/graphviz-fiddle
just some fooling around with graphviz
https://github.com/ff6347/graphviz-fiddle
Last synced: 5 months ago
JSON representation
just some fooling around with graphviz
- Host: GitHub
- URL: https://github.com/ff6347/graphviz-fiddle
- Owner: ff6347
- Created: 2014-02-18T12:48:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T23:40:56.000Z (over 2 years ago)
- Last Synced: 2025-01-24T18:35:24.091Z (over 1 year ago)
- Language: DOT
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Graphviz fiddle
===============

playing with [graphviz](http://www.graphviz.org).
brew install graphviz
#then execute
dot -Tpng branch.dot -o img.png; open img.png