Matplotlib Tutorial 19 - subplots

preview_player
Показать описание
In this Matplotlib tutorial, we're going to be discussion subplots. There are two major ways to handle for subplots, which are used to create multiple charts on the same figure. For now, we'll start with a clean slate of code. If you're following along linearly, then make sure to keep the old code on hand, or you can always revisit the previous tutorial for the code again.

Рекомендации по теме
Комментарии
Автор

Clearest explanation I've ever seen, a huge amount of thanks to you 🙏

adilfaiz
Автор

Thanks, dude! You are just awesome. I was scratching, banging against a wall my head after reading the docs, you as always are a life saviour.

sourabhkhandelwal
Автор

You explain things in the simplest way possible. Awesome!!

ketan_sahu
Автор

I recommend this video for any beginner learning matplotlib. Figures and subplots are very helpful to understand.

EdnipFrostbeard
Автор

This whole series is awesome. Learning soo much.

chrisfetty
Автор

Your explanation about the grid just made my day.😇😇😇😇

yashpandey
Автор

The best explanation of subplots in matplotlib that I see to this day. I think I finally get its basics.

Thank you:)!!!

ZiemniakZKosmosu
Автор

pretty impressed that you managed to divide rectangle by 6 pretty equally

sukumarhonkote
Автор

OMG, I wish I could have seen this video earlier. Such a perfect explanation video for

xuebolai
Автор

Hey do you know how to connect ALL dots? not scatter

ThatoRampedi
Автор

Excellant... I was struggling to get the basic concept of subplot... u did it very well to explain. Thanx lot
-- Sanjay

SanjaySingh-bnul
Автор

Thank you so much. Your simple explanation cleared it up in seconds.

GAment_
Автор

This video will be my archive for quick reference on subplots, Thanks for helping me!!

venkateswarlu.vobbani
Автор

Hi, this really helped me a lot to understand subplots and grids, thank you!

Автор

I get a error saying x, y = create_plots()
NameError: name 'create_plots' is not defined

Simonnz
Автор

Exactly what I was looking for.
Many Thanks for sharing your knowledge (and doing it in a way that is so easy to follow.)

samdavepollard
Автор

How to set title to each of the subplots? I'm getting an error when I do ax1.title

sanjayrakshit
Автор

Can you please make a video how to use mouse click event to interactively delete some points from subplot.

muhammadrummo
Автор

hi, I have a question:
if we have a set of y-axis data point with two x_axis (y_axis is shared). how can I plot the data in a way that I get one point at each y_point and 2 x_point (x_1, x_2, y) . for example, I want to show an object's Temperature on one x-axis and on the second x-axis the conductivity of the object and y-axis would be density.when I plot it I get two point which are shifted from each other.

many thanks for the help

halehallamehhaery
Автор

Great tutorial! Do You have any idea how could two line charts be compared (in terms of visual similarity)?

FR
visit shbcf.ru