Y
Hacker News
new
|
ask
|
show
|
jobs
by
chege
1677 days ago
Aside: what tool did you use to generate the graph at
https://hcarvalhoalves.github.io/software-development-waste/...
? It looks neat!
1 comments
yakubin
1677 days ago
<!-- Generated by graphviz version 2.40.1 (20161225.0304) -->
You can use the
dot(1)
command for that, with output set to SVG in this case (
-Tsvg
).
link
chege
1677 days ago
Thanks! Also learned about
https://validator.w3.org/
from your blog.
link
yakubin
1677 days ago
(I'm not the author. Only the graph looked familiar in style, so I guessed graphviz and verified looking at the source code of the website.)
link