Python Forum

Full Version: State graph
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I need something like library in python which I can use to write a script which will create nice looking graph for state changing machine?
I mean, I want to show on the graph how the states looked like trough time.
Any tips would be priceless :)

Best regards,
Tomek
How about the transitions package? https://github.com/pytransitions/transitions#-diagrams

First commit was October 2014, newest was last month. So it's been around for a while, and is regularly maintained.