I am developing an application to show students various different of algorithms in action on graphs. In order to achieve the results I was working with networkx, but did not manage to find a good way to render the graph I am working on dyamically displaying colorcoded changes, such as the next node being considered.
I was looking into mathplotlib, but most of the functions handling interactive plotting seem pretty deprecated.
Do you know of any good alternative that, ideally might even be embedded into something like pyqt?
Thanks!