Running a script
In my case, the plot is displayed when I use the run command, whereas there is no output when I run the show() function. Why is it so?
Python-3.4.3 Additional-features-of-IPython 06-07 min 20-30 sec
Answers:
Please provide the full script that you have used. In some cases the IDE / Editor may have extra features that mey be handling plot rendering for you
I have been using Python 3.8.3 and IPython 7.15.0. Is it because of that?
Please check the script and the editor settings. It does not seem to be a python issue.