Subplots with Matplotlib in Python

preview_player
Показать описание
Subplots combine multiple plots into a single frame. The key to using subplots is to decide the layout of the subplots and to then configure each subplot individually.
Рекомендации по теме
Комментарии
Автор

hey thanks man just in seconds u solved my error

s_i
Автор

Really an amazing video with such a great explanation.

vinayakchaturvedi
Автор

plt.plot(x, y4, "ks") must be. You wrote plt.plot(x, y1, "ks")..

thatzmey
Автор

what does it mean by subplot what does it do ?

ghilmandilshad
Автор

Instead of copying and pasting 4 times and changing the numbers of x and y manually, is there a way to iterate so you can create a loop that creates 4 subplots?

OnSightNoMore
Автор

hi APMonitor.com, You are working upon HW# 9 and problem 2.
Can we find this file in GitHub Library?

gunjangosain
Автор

I have a question I want to create subplots but every subplots should plot 2 graphs. How i can do it. I am using python 2.7 on windows.

SaeedAhmed-ixnm
Автор

maybe I'm just not understanding something, but what happened to y4 in the last subplot? you have plt.plot(x, y1, 'ks'), but shouldn't that be y4?

sunstar
join shbcf.ru