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

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

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
```