I use plt.plot() to plot a figure and want to save it as .jpg. However, I can only manage to use plt.savefig() to save it as .png. Is there any way I can save the plot as .jpg? Thanks!
Asked
Active
Viewed 32 times
1
-
Thanks a lot! I did not notice that before. It helps a lot! – Lee Apr 28 '19 at 01:12