Hacker News new | ask | show | jobs
by h91wka 2205 days ago
I don't want to diminish importance of graphviz, but PlantUML is better suited for visualizing state machines, message sequence diagrams and whatnot.
2 comments

PlantUML is a good syntax. Under the hood... it renders via GraphViz
which is exactly why it's great! :)
Does PlantUML do statecharts?