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

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • 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.

Комментарии • 54

  • @ThandoNdoku-hk1ew
    @ThandoNdoku-hk1ew 3 месяца назад +9

    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!

  • @gisleberge4363
    @gisleberge4363 Год назад +11

    Very good and intuitive explaination, thanks

  • @spy_on_the_web
    @spy_on_the_web 22 дня назад

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

  • @andrewfrost8866
    @andrewfrost8866 9 месяцев назад +2

    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!

  • @firefly4444
    @firefly4444 5 месяцев назад +1

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

  • @sdaiwepm
    @sdaiwepm Год назад +6

    Very clear and helpful - thank you!

  • @pypypy4228
    @pypypy4228 Год назад +1

    The most easy to understand explanation!

  • @subdas134
    @subdas134 2 года назад +5

    You are great, you teach it easy way.

  • @spacedskunk
    @spacedskunk 2 месяца назад

    Really good, simple example. Very appreciated!

  • @Akwjbwbqm
    @Akwjbwbqm 6 месяцев назад

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

  • @lottesarembe2949
    @lottesarembe2949 7 месяцев назад

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

  • @ranhill4315
    @ranhill4315 Год назад +2

    Very clear explanation, thanks!

  • @Jaszczer93
    @Jaszczer93 9 месяцев назад

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

  • @a.s.m.nasimkhan5818
    @a.s.m.nasimkhan5818 Год назад

    Good explanation in briefly, Thanks

  • @JackFarah-v3y
    @JackFarah-v3y 8 месяцев назад

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

  • @MrCentrax
    @MrCentrax 2 года назад +1

    Really easy to understand. Thank you

  • @Raiden_Amani
    @Raiden_Amani Год назад

    Thank you so much. 🙌🏾🙌🏾

  • @joejoeman3645
    @joejoeman3645 Год назад

    A MILLION THANK YOUS MY FRIEND XOX

  • @lalithkumar3581
    @lalithkumar3581 2 года назад +1

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

  • @riperboyxl3216
    @riperboyxl3216 2 года назад +1

    underrated channel

  • @fishkenorian
    @fishkenorian 7 месяцев назад

    Thanks, good explanation

  • @dhruvatangellamudi
    @dhruvatangellamudi Год назад

    thank you! clear concise explanation

  • @I_am_Ashish
    @I_am_Ashish Год назад

    Thank you so much for the simple explanation

  • @maciejej
    @maciejej 2 месяца назад

    Thank you, Sir

  • @MrJouH4
    @MrJouH4 Год назад

    Great explanation! thank you.

  • @valentinagloriani3559
    @valentinagloriani3559 Год назад

    You saved me bro, thank u

  • @raqueldourado7901
    @raqueldourado7901 Год назад

    Best channel

  • @graajith1442
    @graajith1442 Год назад

    thanks for this wonderfull video man!!

  • @pickgrowup887
    @pickgrowup887 2 года назад +1

    finally i got this. thanks

    • @bigplot8068
      @bigplot8068  2 года назад

      Glad i wasnt alone with the struggle :-D

  • @domillima
    @domillima Год назад

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

  • @UhrBushaltestelle
    @UhrBushaltestelle Год назад

    very clear

  • @GladwinNewton
    @GladwinNewton 2 года назад

    thanks man. easily understood

  • @julianaauzier1330
    @julianaauzier1330 2 года назад

    Very nice! Thanks a lot ;)

    • @bigplot8068
      @bigplot8068  2 года назад +1

      Happy to help!
      It's so easy, yet so confusing.

  • @koma2000music
    @koma2000music Год назад

    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().

  • @hejrey6228
    @hejrey6228 Год назад

    Great!

  • @CarlosMoreno-vw4ir
    @CarlosMoreno-vw4ir 2 года назад

    Soooo good!!! Thanks so much!! keep going please!!

  • @anuragtiwari6910
    @anuragtiwari6910 Год назад

    thanks !

  • @maciejs8293
    @maciejs8293 2 года назад

    Good stuff

  • @tiagowebber7559
    @tiagowebber7559 2 года назад

    Very nice!! What software are you using?

    • @bigplot8068
      @bigplot8068  2 года назад +2

      Thanks. I used google colabs for this video. So basically a jupyter notebook

  • @shabnamparveen4572
    @shabnamparveen4572 Год назад

    thanks

  • @riperboyxl3216
    @riperboyxl3216 2 года назад

    how do i leave more space between plots?

    • @bigplot8068
      @bigplot8068  2 года назад

      Did you figure it out?

    • @finn9000
      @finn9000 Год назад

      @@bigplot8068 add a third blank graph hah

  • @alen339
    @alen339 2 года назад

    thx u teach