Using Windows 10, anaconda as a package manager. I have a base environment running python 3.7 where matplotlib works fine. When I create a new environment and install both k
pip uninstall matplotlib pip install --upgrade matplotlib
works perfectly!