PythonNumericalDemos icon indicating copy to clipboard operation
PythonNumericalDemos copied to clipboard

Issue with Interactive_ParametricDistributions.ipynb

Open cpgonzal opened this issue 2 years ago • 0 comments

Hi, @GeostatsGuy ....I have detected an issue running this notebook (by the way, it's an excellent educational resource, as the rest of notebooks in your repositories). Matplotlib graphs do not clear correctly in events with clear_output(). If you run the notebook you can see that every time you click the widget controls, the frame is not cleared and the plot is replicated. In my case, I have fixed this issue replacing plt.plot() by plt.show()......

cpgonzal avatar Sep 15 '23 13:09 cpgonzal