Python Forum

Full Version: No hold('on') in pycharm python 3.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I am working with Python 3.7 in Pycharm.

I was trying to plot two curves in one plot by using package matplotlib.pyplot
I was trying to hold the first curve before plotting the second curve but the hold('on') is not working?
What is the solution?