I use the IPython Notebook with the --pylab inline
option, since I don't want plots to show up in a different window. Now I'd like to save the plots I see in the notebook to PDF or PNG files.
Some code examples use
import matplotlib as plt
plt.savefig("figure.png") # save as png
but this does not seem to work in inline mode.
Of course I could simply save the PNG that is generated out of the browser, but I'd like to do this with a line of Python. I am also interested in PDF export.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…