Forum Discussion
Anonymous
6 years agoNot applicable
Best way to export Python visual
Hi guys,
What's the best way to export a single Python plot as a .png or .bmp or similar? I'm looking for something more convenient and higher image quality than just taking a sceenshot. I've tried using plt.savefig('foo.png') but I can't figure out where the image is being saved.
Thanks!