About 15,500 results
Open links in new tab
  1. python - Matplotlib Version - Stack Overflow

    Jan 31, 2014 · I used pip uninstall matplotlib and redid it with pip install 'the url for 1.3.1' and it still reads version 1.1.1. Is there a way I can manually delete all python libraries, even python itself, and restart from scratch?

  2. How to update Matplotlib version to v3.4 in Python3.9.2?

    Jan 15, 2024 · I've installed matplotlib and set the default python version as 3.9.2. I currently have matplotlib v3.3.4 installed. I'm using VScode in Linux. I've tried using sudo apt-get install python3-matplotlib but that only returns "python3-matplotlib is already the newest version (3.3.4-1)."

  3. How can I upgrade matplotlib for python3 using pip on ubuntu?

    Mar 1, 2018 · You'd better use pip3 install --user --upgrade matplotlib to keep the packages in your local /home/<user>/.local/{bin,lib,etc,share} folders properly. This way, your python distributions will be using the latest packages installed, and your package manager will not have any trouble later on.

  4. How to install matplotlib for particular version of Python?

    Jan 22, 2014 · sudo port install py27-matplotlib Macports should solve all the dependencies and, of course, link the packages to their correct Python versions, avoiding you a lot of headaches.

  5. install older version of Matplotlib in python - Stack Overflow

    May 28, 2020 · i have a matplotlib 3.2.1 library installed in python. I want to install an older version (3.1.0). What is the syntax i should use in anaconda prompt? using below syntax installs the latest version...

  6. Current Matplotlib version compatible with Python 3.8?

    Nov 15, 2019 · Matplotlib 3.1.1 itself is compatible with python 3.8. However, installing it would mean to build it from source. This would require a correctly set compiler and all dependencies being linkable - so it's not easy. Also see error-in-installing-matplotlib

  7. How to install numpy and matplotlib in the right python version?

    You can also use macports (https://www.macports.org/) to install different versions of python, numpy, and matplotlib. It's really quite simple. Alternatively, you can perhaps use anaconda (https://www.continuum.io/downloads), which uses conda, to achieve your goal.

  8. python - How to install matplotlib - Stack Overflow

    Matplotlib supports python 3.x as of version 1.2, released in January, 2013. To install it, have a look at the installation instructions. In general, call pip install matplotlib or use your preferred mechanism (conda, homebrew, windows installer, system package manager, etc).

  9. how to upgrade matplotlib version for python 2.7 - Stack Overflow

    May 3, 2018 · Try to uninstall matplotlib and install it again (pip uninstall matplotlib --> pip install matplotlib)

  10. Pip installing latest version of matplotlib? - Stack Overflow

    Nov 10, 2014 · I wanted to use a functionality of matplotlib's more recent versions, and I noticed that my matplotlib is out of date. I tried upgrading it with pip, which was successful according to PIP.

Refresh