How to save a figure in matplotlib: python tutorial savefig()

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Your videos always are super informative ! thank you !

themultilangualcoder
Автор

Hi.. Very nice one. Is it possible to write a code that will save all the figures I generated for a small data analysis at once without doing it individually. Maybe using a for lope and calling the ' dot Savefig'

cit
Автор

Hi Python Programmer, As a newbie in python. I want to know that I want to output images but without the graph lines. How do I do this? Moreover is there a way to see the 2D version of the graph instead of 3D (even if we are using 3D image)?

muhammadroshan
Автор

whenever I use plt.savefig multiple times in one code...my figures all overlap on a single file...can you help with that?

naveedbhuiyan
Автор

Hi FlickThrough. As a newbie in Python (it's become a necessity to be able to code!), I would like to ask: How do you export an image - for example one that has been converted from Digital Numbers to reflectance - AND it's corresponding metadata? I'm currently struggling with this. Regards

catcarandmotorcycle
Автор

AttributeError: 'DataFrame' object has no attribute 'plt'?

cobbiliu
Автор

Hi Python Programmer, great video thanks for sharing (finding this answer seemed to take forever!); can I ask if you know the command for printing a pandas dataframe to a JPEG or PNG image? Appreciate it would make more sense to send it to an excel workbook but I'm creating dataframes for summary statistics (so usually no more than half a dozen columns and rows). Thanks!

FloatyPotat