Python Forum
Matplotlib Functions - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Matplotlib Functions (/thread-36640.html)



Matplotlib Functions - DaveG - Mar-13-2022

Hi

I'm failing to load the function 'Matplotlib.pyplot.contour()' in PyCharm on the basis that pip is not supported for the version Python 2.7 I am using. How can I load this in terminal mode please for 2.7?


RE: Matplotlib Functions - Larz60+ - Mar-13-2022

Nothing has been supported for python 2.7 since Jan 1, 2020 when it was declared obsolete. You can, however load old versions of packages by specifying complete version number.