Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

install older version of Matplotlib in python

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
like image 976
soumya sharma Avatar asked Oct 27 '25 08:10

soumya sharma


1 Answers

Try this: pip install matplotlib==3.1.0

like image 66
William Clavier Avatar answered Oct 29 '25 00:10

William Clavier



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!