https://github.com/pathawks/graphs
Graphs that I have created
https://github.com/pathawks/graphs
graphviz
Last synced: 6 months ago
JSON representation
Graphs that I have created
- Host: GitHub
- URL: https://github.com/pathawks/graphs
- Owner: pathawks
- License: cc-by-4.0
- Created: 2018-02-12T00:27:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T22:09:07.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T05:41:44.602Z (over 1 year ago)
- Topics: graphviz
- Language: Makefile
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Some graphs that I have created for Wikipedia
These can be rendered to SVG by using the command:
```bash
dot -Tsvg FILENAME.gv | svgo -i - --multipass --disable=removeDoctype --disable=removeDimensions --enable=sortAttrs --enable=removeDimensions
```