-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Milestone
Description
https://matplotlib.org/Matplotlib.pdf page 20 (bottom of the page)
To save plots using the non-interactive backends, use the
matplotlib.pyplot
.
savefig('filename')
method.
written twice.