Generate Python plots with matplotlib

preview_player
Показать описание
Plots are an important way to convey information in presentations and technical papers. High quality plots can be generated in Python with matplotlib and saved in a variety of file formats for import.
Рекомендации по теме
Комментарии
Автор

Finally, a useful 'how to install and use' video. Well done!

ehudkirsh
Автор

Is the github code ( APMonitor / begin_python /12. Plotting.ipynb ) applicable to this video? Or has the one from the "Data Analysis with Python" page superseded it?

bennguyen
Автор

It is a very informative video. Thanks. I have some float type columns. Is there a way that we can plot them? I tried but giving me an error :TypeError: float() argument must be a string or a number, not 'frozenset'

datascienceds
Автор

Thanks for the video! I did exactly what you did except I get "ModuleNotFoundError: No module named 'matplotlib'"

I installed anaconda (which includes matplotlib, so I'm not sure why I'm getting this. Can you please advise? Thanks :D

matthewjames