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, what should i try instead?
pip install matplotlib
Try this:
pip install matplotlib==3.1.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With