Matplotlib (Python Plotting) 1: Introduction

preview_player
Показать описание
On this tutorial, we cover Matplotlib's basic Pyplot library to demonstrate the basics of plotting. This includes plotting overlaying plots on a figure and adding title, labels and legends.

IPython Notebook:

Author:
Syed (Sadat) Nazrul
Рекомендации по теме
Комментарии
Автор

Very nice. I am a green pea to Jupyter and Python, and this helped a lot. Thanks.

TheAbbeyClinic
Автор

nicely tutorial, thanks for sharing this

jonathanuis
Автор

Upon saving the plot. I having the error <Figure size 360x360 with 0 Axes>. I get blank png file as output.

laxmanbisht
Автор

Do you have videos for python for beginner from zero to awarness?

mazenomar
Автор

Help. I am getting this error for the code at 1:55 :

Traceback (most recent call last):
File "hola.py", line 7, in <module>
plt.figure(figsize=(15, 5))
AttributeError: module 'matplotlib' has no attribute 'figure'

Maybe my matplotlib instalation is wrong

martinplazzotta
Автор

The sound was so tiny that I couldn't hear it, though the graphs looked good.

mikeburns
Автор

Watching another video, I thought that plt.plot(x, y) was not enough and you had to do plt.show()

feraudyh
Автор

It says: module 'matplotlib' has no attribute 'plot'

jan
Автор

How i take input from user ans convert it to list

freekiddionsmodestmenugta
Автор

im using pycharm for python. I do the line "import mathplotlib" and it doesn't recognise the library, is the plotting library a different one for pycharm?

trr
Автор

What if you x axis data is coming from a csv file? and the x axis is date (1st march to 31st march)

retagif
Автор

hi, thnx for the video.
i have a doubt. i have a 3D array of a bunch of 2D arrays. i want to plot all of those 2D arrays together. please tell me how do i use matplotlib in this approach?

oliviakmani
Автор

can you make a video how to install matplotlib correct pls? Thanks in advance :-)

Banchuba
Автор

Not EVER is a single practical example shown in any video anywhere on the internet.
Without exception, 100% of the data for graphs that people need to plot are given by complicated for-loops.
Example: x = t*exp(-t) y = (t^(-3) + 5*t)*exp(-t^2 +7*t^(-1)) for t in range [1, 100]

theultimatereductionist
Автор

nice exersice, , take into account the word 'Quadradic' is wrong, it is 'quadratic'.

manuelfeliz
Автор

THe video doesn't explain the difference between plt.figure and plt.plot

rombuk