GraphvizAnim icon indicating copy to clipboard operation
GraphvizAnim copied to clipboard

A tool to create animated graph visualizations, based on graphviz.

Results 5 GraphvizAnim issues
Sort by recently updated
recently updated
newest added

Under Windows, appears to go into an endless loop of spawning new pythonw processes.

As suggested in https://news.ycombinator.com/item?id=11015713 one can use SVG and this trick https://css-tricks.com/svg-line-animation-works/.

enhancement

Add tests and measure coverage… don't be lazy!

enhancement

Following the Numpy, or Google, convention supported by http://www.sphinx-doc.org/en/stable/ext/napoleon.html.

enhancement

![demo](https://user-images.githubusercontent.com/5897454/73129721-54dda180-4025-11ea-9ace-e5aa267624d3.gif) When drawing binary trees, it's better to keep nodes in order so that we can distinguish the left and right nodes. and we also need `graph [ordering="out"];`