Y
Hacker News
new
|
ask
|
show
|
jobs
by
Setepenre
3110 days ago
Whats the network/gra[h library you used to draw those nice diagrams ?
1 comments
jdleesmiller
3110 days ago
Most of them are done with the `dot` tool from
https://www.graphviz.org/
. A ruby script generates the dot file, e.g.
https://github.com/jdleesmiller/jdleesmiller.github.io/blob/...
, and then dot generates the SVG.
link