TommasoBelluzzo / PyDTMC

A library for discrete-time Markov chains analysis.
MIT License
80 stars 18 forks source link

Graph output style is different compared to the old one in the examples given #8

Closed prof-amer closed 3 years ago

prof-amer commented 3 years ago

Previously, when I called the plot_graph, it will output something like the example as so: past

But now it is like this: current

Is there a way to revert to the old style?

TommasoBelluzzo commented 3 years ago

Hi @prof-amer! Do you have Graphviz and pydot installed?

prof-amer commented 3 years ago

Hi @TommasoBelluzzo I did actually, that's why I'm confused why it suddenly became like this. I installed pydot from https://pypi.org/project/pydot/ and graphviz from here https://pypi.org/project/graphviz/.

TommasoBelluzzo commented 3 years ago

Glad this helped you!