Python Forum
No hold('on') in pycharm python 3.7 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: No hold('on') in pycharm python 3.7 (/thread-21096.html)



No hold('on') in pycharm python 3.7 - Vedant - Sep-13-2019

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?