Closed ManiAm closed 2 years ago
Seems like it is working for me. Can you try installing this version of graphviz and see if that works
I found the root cause. When I am running the script inside ipynb, then it starts to misbehave sometimes. Running the script directly seems to be ok.
inside ipynb, when I run two instances of the program one after the other, the results messed up together.
it looks like the result of the two gets merged. visualizer does not clear the result of the previous invocation.
Thank you for the detailed steps for reproducing the issue. Will look into that.
The issue has been fixed and released in https://github.com/Bishalsarang/Recursion-Tree-Visualizer/releases/tag/v1.0.3
Install the latest version from pip and it should work fine.
thanks! it is working now.
I have graphviz-5.0.1, python 3.10.6, windows 10. Running the following code,
produces an incorrect png/gif.