savefig() function
Title
Question
it shows permission denied error when I try to save the plot by using the command: savefig('sine.png')
Python-3.4.3 Saving-plots 02-03 min 10-20 sec
Answers:
Please make sure that you have permissions to save files in the directory that you are saving the file to. You can check which directory the IPython shell is pointing to by using the magic command %pwd
Login to add comment