▲ 2 points
Ask HN: Alternatives for gvpr
I've found Graphviz gvpr to be very useful for programmatically generating graph visualizations. For example if I'm creating a visualization for a graph algorithm, and want to show each step of the algorithm as an iteration of the graph mutated from the previous state, gvpr makes it pretty easy to. This makes it very nice to make changes earlier in the algorithm (such as visual style) and have them propagated through all the steps. However, the language is ancient and it's easy to imagine a lot of additional features in a tool like this. Are there any alternatives in this space?