installation version
Title
Question
Sir I used the following commands on ubuntu 18.04:
sudo pip install numpy
sudo pip install scipy
sudo pip install matplotlib
never used the version number in the first tutorial now i am able plot the graph savefig()
is there any problem for the version?
Python-3.4.3 Getting-started-with-IPython 00-01 min 0-10 sec
Answers:
Please mention the error / traceback here as that will help us understand what is going wrong. It is possible that you are not giving the correct arguments / parameters to the savefig function
The savefig syntax probably should not be affected by versioning
Login to add comment