Graphs from Text
I’m a big fan of online editors that generate graphs as you type pseudocode DSL. They update as you type, and re-arrange themselves to best fit the screen. The ones I frequent include:
- code2flow - flowcharts
- planttext - UML using plantuml
- websequencediagrams - sequence diagrams
And the latest discovery
- viz.js - graphs using GraphViz
I’ll update this post if I come across any more.