Explanation of fig, ax from plt.subplots() | Matplotlib

preview_player
Показать описание
What is subplot fig, ax actually for?
As a beginner you come across this a lot, but dont really know what it does and what it is used for.
Рекомендации по теме
Комментарии
Автор

You've taught me in a few minutes what took me weeks to figure out, I hope your video reaches people earlier in their python journey!

ThandoNdoku-hkew
Автор

You have done an excellent job of explaining the use of Matplotlib's subplot function. Your instructions are clear, concise, and easy to follow, making them accessible for beginners in data visualisation. The use of practical examples, such as changing colours and arranging multiple graphs, is particularly helpful in demonstrating the flexibility and functionality of the subplot tool. This approach not only aids in understanding but also inspires us viewers to experiment with our own data visualisation projects. Great work in making a complex topic approachable and engaging!

andrewfrost
Автор

I was trying to figure out the core difference between plt.plot() and plt.subsplots(). Thank you for making it so easy .

spy_on_the_web
Автор

Thank you brother so much for this tutorial . It's one of the easiest explanations of the subplot available on the internet out there

firefly
Автор

Very good and intuitive explaination, thanks

gisleberge
Автор

very cool. matpolotlib docs should have this video in the very front page :D

EM
Автор

The most easy to understand explanation!

pypypy
Автор

Excellent work. Thank you very much for the lessons! Please post more videos about matplotlib, I'd love to do them all.

Akwjbwbqm
Автор

what a good idea to explain this with color! very helpful, thank you

lottesarembe
Автор

Really good, simple example. Very appreciated!

spacedskunk
Автор

You are great, you teach it easy way.

subdas
Автор

Well explained, the video clarify how to use fig, ax = plt.subplots(). Thanks!

Jaszczer
Автор

very good explanation! I just wish you showed how to plot the information when using the fig, axs = plt.subplots(2, 2)

JackFarah-vy
Автор

thank u so much!! i was searching for this so long

lalithkumar
Автор

Great quick clear explanation! Danke schön!!
If I may ask, why do I need to type plt.show() in my Jupyter environment for the figures to display? I tried to turn interactive mode on with these two lines: "from matplotlib import interactive" and "interactive(True)" but they still won't show without plt.show().

komamusic
Автор

Great tutorial. Can you go over how to customize labels and label colors using the fig, axs construction

domillima
Автор

Very nice!! What software are you using?

tiagowebber
Автор

thanks for this wonderfull video man!!

graajith
Автор

Thank you so much for the simple explanation

I_am_Ashish
Автор

how do i leave more space between plots?

riperboyxl