I went to the Matplotlib official site discourse and found this post: https://discourse.matplotlib.org/t/matplotlib-announce-ann-matplotlib-3-4-1/21991

Using pip install matplotlib==3.4.1 worked! Originally I had tried pip install matplotlib=3.4.1 but using only a single "=" is wrong.

Answer from DavidD003 on Stack Overflow
🌐
Dataquest Community
community.dataquest.io › q&a › non-dq courses
What actually works to update matplotlib...? (Frustration level rising.) - Non-DQ Courses - Dataquest Community
April 19, 2022 - Hello, I am working on a project (a Dataquest guided project) and a heatmap that I am creating does not show properly. After some searching on the internet I figured out that to solve that I should update matplotlib from version 3.1.1 to version 3.1.2. (I just figured out that also on Dataquest community, someone ran into the same even: this post.)
🌐
Matplotlib
matplotlib.org › stable › install › index.html
Installation — Matplotlib 3.10.8 documentation
Mandatory dependencies should be installed automatically if you install Matplotlib using a package manager such as pip or conda; therefore this list is primarily for reference and troubleshooting.
Discussions

python - How do I install Matplotlib 3.4.1 in Anaconda? - Stack Overflow
It says all packages are already installed. I don't understand why this doesn't work as the webpage https://anaconda.org/conda-forge/matplotlib indicates that the package is v3.4.1 · Edit: I tried conda update matplotlib which updated mine to 3.3.4 but not 3.4.1... More on stackoverflow.com
🌐 stackoverflow.com
Anaconda 2020.07 Matplotlib not updating
I just updated my Anaconda (to 2020.07) and Spyder (to 4.1.4)installations. However, the Matplotlib package shows up as version 3.3.0 using pip list and 3.2.2 using conda list commands. Which is co... More on github.com
🌐 github.com
10
August 21, 2020
python - How do I get matplotlib to actually update to the latest version? - Stack Overflow
I tried running conda install -c conda-forge matplotlib in both my base environment and a custom environment, and it just "updated" to 3.2.2 again. More on stackoverflow.com
🌐 stackoverflow.com
Conda Not installing Matplotlib for PyPlot
I started with a fresh install of Julia 1.9.0-rc1 (I wiped .julia clean) PyCall Conda does not seem to be installing matplotlib correctly. This has worked for me many times before on many different machines…The culprit seems to be ResolvePackageNotFound: - conda==23.1.0 which is strange, ... More on discourse.julialang.org
🌐 discourse.julialang.org
1
0
March 30, 2023
🌐
Anaconda.org
anaconda.org › anaconda › matplotlib
matplotlib - anaconda | Anaconda.org
January 13, 2026 - $conda install anaconda::matplotlib · Monthly · Downloads Updates · Version · 3.10.8 · 3.10.7 · 3.10.6 · 3.10.5 · 3.10.0 · 5 / 8 versions selected · Downloads (Last 6 months): 0 · Matplotlib produces publication-quality figures in a variety of hardcopy formats and interactive ...
🌐
GitHub
github.com › spyder-ide › spyder › issues › 13597
Anaconda 2020.07 Matplotlib not updating · Issue #13597 · spyder-ide/spyder
August 21, 2020 - I followed the following to update my Anaconda and Spyder with the hope that it will upgrade all packages including Matplotlib, conda install conda conda install anaconda conda install spyder
Author   addarnr
🌐
Fangohr
fangohr.github.io › blog › installation-of-python-spyder-numpy-sympy-scipy-pytest-matplotlib-via-anaconda.html
Installation of Python, Spyder, Numpy, Sympy, Scipy, Pytest, Matplotlib via Anaconda (2023) — Computational Science and Data Science
January 7, 2023 - -> matplotlib OK 3.5.2 Testing sympy... Could not import 'sympy' -> fail Testing pytest... Could not import 'pytest' -> fail · To update, for example, spyder and python, follow these steps: Open a terminal (see step 1 in Running the tests from the console) Update the conda program (this manages the updating) by typing the following command into the console:
Find elsewhere
🌐
Matplotlib
matplotlib.org › stable › index.html
Matplotlib documentation — Matplotlib 3.10.8 documentation
conda install -c conda-forge matplotlib pixi · pixi add matplotlib uv · uv add matplotlib · Warning · uv usually installs its own versions of Python from the python-build-standalone project, and only recent versions of those Python builds (August 2025) work properly with the tkagg backend ...
🌐
Anaconda.org
anaconda.org › conda-forge › matplotlib
matplotlib - conda-forge
A community-led collection of recipes, build infrastructure, and distributions for the conda package manager.
🌐
Julia Programming Language
discourse.julialang.org › specific domains › visualization
Conda Not installing Matplotlib for PyPlot - Visualization - Julia Programming Language
March 30, 2023 - I started with a fresh install of Julia 1.9.0-rc1 (I wiped .julia clean) PyCall Conda does not seem to be installing matplotlib correctly. This has worked for me many times before on many different machines…The culprit seems to be ResolvePackageNotFound: - conda==23.1.0 which is strange, since If I look in .julia, I see two conda Versions perrin@perrin76:~/.julia/conda/3/x86_64/pkgs$ ls con* conda-23.1.0-py310hff52083_0.conda conda-23.3.0-py310hff52083_0.conda conda-package-handling-2.0...
🌐
GeeksforGeeks
geeksforgeeks.org › techtips › how-to-install-matplotlib-on-anaconda
How to Install Matplotlib on Anaconda? - GeeksforGeeks
July 23, 2025 - If you're using Anaconda, a leading platform for Python data science, installing Matplotlib is straightforward.
🌐
Anaconda.org
anaconda.org › anaconda › matplotlib-inline
matplotlib-inline - anaconda | Anaconda.org
$conda install anaconda::matplotlib-inline · Monthly · Downloads Updates · Version · 0.2.1 · 0.1.7 · 0.1.6 · 0.1.2 · 4 / 8 versions selected · Downloads (Last 6 months): 0 · Summary · Inline Matplotlib backend for Jupyter · Last Updated · Nov 10, 2025 at 13:57 ·
🌐
Python.org
discuss.python.org › python help
Troubleshooting the import of `matplotlib` in Jupyter Notebooks - Python Help - Discussions on Python.org
March 17, 2024 - Greetings fellow Pythonistas! I am taking a course on Python for data science on Udemy by an instructor named Colt Steele. It’s a great course. The tool used by Colt for teaching and completing practice exercises is Jupyter Notebooks. I am more than half the way through the material and ...
🌐
TutorialsPoint
tutorialspoint.com › matplotlib › matplotlib_anaconda_distribution.htm
Matplotlib - Anaconda Distribution
We can use 'conda' to install or update Matplotlib within our Anaconda environment.
🌐
Matplotlib
matplotlib.org › 3.5.2 › users › installing › index.html
Installation — Matplotlib 3.5.2 documentation
conda install matplotlib · as well as via the conda-forge community channel · conda install -c conda-forge matplotlib · Matplotlib is part of major Python distributions: Anaconda · ActiveState ActivePython ·
🌐
Julia Programming Language
discourse.julialang.org › new to julia
Pyplot in Julia PyError - New to Julia - Julia Programming Language
June 7, 2024 - Python and matplotlib are installed in anaconda 3. I am trying to import it to julia. I type in repl: using PyPlot Then It shows the following message: [ Info: Installing matplotlib via the Conda matplotlib package...…
🌐
Anaconda Forum
forum.anaconda.com › product help
Conda update conda is removing core packages - Product Help - Anaconda Forum
April 19, 2023 - I just installed Anaconda3-2023.03-Windows-x86_64.exe after removing older version. Running conda update conda is removing most of the core packages, such as Spyder and Pandas (base) C:\WINDOWS\system32>conda update conda Collecting package metadata (current_repodata.json): done Solving environment: done ## Package Plan ## environment location: C:\ProgramData\anaconda3 added / updated specs: - conda The following packages will be downloaded: package | ...
🌐
Swmed
portal.biohpc.swmed.edu › content › guides › conda-biohpc
Conda on BioHPC
Dependency Resolution: Conda automatically resolves and installs all dependencies required by a package. This ensures compatibility and saves you time. Package Updates: Conda provides commands to update specific packages or Conda itself to the latest versions.