Multiple Bar Chart | Grouped Bar Graph | Matplotlib | Python Tutorials

Поделиться
HTML-код
  • Опубликовано: 29 авг 2020
  • In this Python Programming video tutorial you will learn about multiple bar chart or grouped bar graph in matplotlib in detail.
    Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy.
    You can represent the data in different types of plot.
    Line Plot
    Scatter plot
    Histograms
    Bar graph
    Pie Chart
    Area Plot
    In the bar chart you can place the different bar of same category next to each other and can form multiple bar chart.
    matplotlib:
    • Python Programming Tut...
    #matplotlib #Python
    For more free tutorials on computer programming
    / amulsacademy
    / amulsacademy

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

  • @anantgosai2599
    @anantgosai2599 3 года назад +11

    More power to you girl....got something exactly what i was searching for,she explained the stuff so patiently and in detail...A BIG THANK TO YOU FOR THIS!

  • @greeshmashetty1724
    @greeshmashetty1724 3 года назад +14

    You are the best teacher anyone would ask for. Thank you for sharing your knowledge across the world. Happy teacher's day dear Amulya. Continue to share your knowledge and I am sure many people will develop a interest in programming if they come across your channel just like me. Thank you. 🙏🙏

  • @farellambiar2769
    @farellambiar2769 3 года назад +1

    there are lot of tutorial about bar plot at youtube, but this video is THE BEST. to the point and very clear. Thank you so much

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

    This is by far the best explanation of the topic on RUclips. Thanks Amulya ❤️

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

    Thank you for the wonderful tutorial and explanation!

  • @anjanaa.v1187
    @anjanaa.v1187 2 года назад

    Thankuu so much ma'am.... No words to express my Gratitude.. I got this tutorial at the most appropriate moment🙏🏻🙏🏻🙏🏻

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

    at past,i coundn't visualize this properly but now it is crystal clear for me

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

    Nice video. Thank you so much for making such videos to understand Python very easily. Could you make a video related to the error bar (std) and put the value on the top of bar?
    It will be beneficial if it is possible.

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

    It's 1 a.m., and my head was pounding till I saw this video; thank you very much; I'm going to have a calm night now. :)

  • @lordtengen95
    @lordtengen95 10 месяцев назад

    heyy there.. thankuu so much for ur this tutorial. ur explaining style is really good. and this tut has helped me in my IP project.. THANK U SO MUCH.. im a 12th grde student so ofc board level projects r there.
    U GOT A NEW SUBSCRIBER!!! 😇😇😇😇

  • @iposipos9342
    @iposipos9342 3 года назад +2

    thank you so much for the video, I was able to solve my error from this tutorial :)

  • @devlogs1785
    @devlogs1785 3 года назад

    To make it generic, I think you could do xticks(np.array(bar1 + bar3) / 2, labels)

  • @satyaaditech
    @satyaaditech 3 года назад +1

    Amazing...thnks for your clear explanation

  • @t.gowthamarasu1258
    @t.gowthamarasu1258 3 года назад +3

    I am addicted to your class n your voice .....🤩

    • @AmulsAcademy
      @AmulsAcademy  3 года назад +1

      Thank you :)

    • @shivanggupta6154
      @shivanggupta6154 3 года назад

      @@AmulsAcademy
      Aap kya pahati hai
      Awesome
      Plz class 12 ke python (by Sunita Arora) ke lecture by include Kara kariye 🙏

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

    Excellent teaching skills. Thank you very much..

  • @alfonsocastillo3145
    @alfonsocastillo3145 3 года назад +1

    Thanks! You saved me a lot of time... Great explanation!!!

  • @balajiV2001
    @balajiV2001 3 года назад +1

    Hlo mam, in bar graph without using numpy how to get mutiple bar mam i try but it execute only one mam how to solve it mam.

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

    amazing video!! Thank you so much!

  • @pianopianist5709
    @pianopianist5709 3 года назад +1

    This helped me a lot... Thank you so much!!

  • @ojaswighate2588
    @ojaswighate2588 3 года назад +1

    Thank you for sharing all your videos n knowledge ☺️💐

  • @ladahlberg
    @ladahlberg 3 года назад +2

    Wonderful video. Thank you!! I have a questions. Let's say you have an additional columns with the respective percentages, and you want to add the count and percentage on top of the bars. How would you do that?
    For example, on min. 13:15 you would see, on the first bar group, "20 (6.25%)" on top of the blue bar; "100 (31.25%)" on top of the orange bar, and "200 (62.5%)" on top of the green bar, and the same for the rest of the group bars.
    I thank you in advance for your help. :)

    • @AmulsAcademy
      @AmulsAcademy  3 года назад

      You can use stacked bar chart :)

  • @pragyan11114
    @pragyan11114 3 года назад

    ❤️loved your tutorial maam

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

    thank you very much for this video because i spend my lot of time on other channel

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

    Good one!

  • @jamie_dowat44
    @jamie_dowat44 3 года назад +1

    omg Thank you!! very helpful

  • @user-sx2el7is4z
    @user-sx2el7is4z 10 месяцев назад

    Nice video, very informative and useful, thanks a lot.

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

    thanks a lot!!!

  • @sumit121285
    @sumit121285 3 года назад +1

    thanks , thankyou so much.....you are the best teacher......

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

    Excellent explanation which can be understandable by kids also

  • @mayanktripathi4u
    @mayanktripathi4u 3 года назад +1

    Thanks for thing awesome video. Could you please share how to plot the multi-index dataframe. I have created a "df" with index as "category" and "sub_category", and one column as "profit". Now wanted to plot this... on paper when draw it looks similar to Grouped Bar Chart, however here there are 2 index.

  • @Micro-Docs-Shorts
    @Micro-Docs-Shorts Год назад

    thanks !!

  • @Superjhonwick
    @Superjhonwick 3 года назад

    Your explanation is very complicated. There is another easy way.

  • @roshansuresh213
    @roshansuresh213 3 года назад +1

    Your class is awesome....😍😍

  • @Kasik2395
    @Kasik2395 3 года назад +1

    amazing! thank you!

  • @yannicknana1586
    @yannicknana1586 3 года назад +1

    Awwww! this voice! first time i'm comfortable with indian tutorial

  • @midhileshmomidi2434
    @midhileshmomidi2434 3 года назад +1

    It will be great if all the graphs concepts in single video because it is not different concept
    Anyway as usual great explanation

  • @rohanpatel2253
    @rohanpatel2253 3 года назад +3

    I seriously don't have words, the way you explained it, was excellent. Keep it Up.

  • @selvanm2872
    @selvanm2872 3 года назад +1

    you video make perfect edited "👍"

  • @YashSingh-rf7nk
    @YashSingh-rf7nk Год назад

    Brilliant

  • @ankursinha1640
    @ankursinha1640 3 года назад +1

    Thanks a lot.

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

    Thanks 🙏 u

  • @nandininautiyal4506
    @nandininautiyal4506 3 года назад

    what is the use of ticks() function?

  • @tnishachaudhary6231
    @tnishachaudhary6231 3 года назад +1

    Nice explanation 👍🏻👍🏻

  • @nathalytoledo6323
    @nathalytoledo6323 3 года назад +1

    Great!

  • @jokercrazy3330
    @jokercrazy3330 3 года назад +1

    Thank you

  • @anilkumarsahoo909
    @anilkumarsahoo909 3 года назад +1

    Superb thanx

  • @farjanapapri1931
    @farjanapapri1931 3 года назад

    hello mam I did this code in jupyter notebook but have one issue. here show w is not defined. please give me suggestion

  • @MrsMathu
    @MrsMathu 3 года назад +1

    Excellent Explanation

    • @AmulsAcademy
      @AmulsAcademy  3 года назад

      Thank you :)

    • @MrsMathu
      @MrsMathu 3 года назад +1

      @@AmulsAcademy Can you tell me how to change the unit scale for y-axis in this bar chart. Eg. Now the range of my y-axis is 0 to 600 with the unit of 100. I wanted to reduce this unit to 50. How can i do that using matplot lib. Kindly reply.

    • @AmulsAcademy
      @AmulsAcademy  3 года назад

      I think I did video on that please check all the videos of matplotlib :)

  • @androkranjcevic1988
    @androkranjcevic1988 3 года назад +1

    Nice video.

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

    Super

  • @aishasharif8298
    @aishasharif8298 3 года назад +1

    thanks

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

    can you share data set link so I can use the same data set..?

  • @ravinder_singh
    @ravinder_singh 3 года назад

    could you pls suggest some good python book for the beginner learners.

    • @upasanaverma4033
      @upasanaverma4033 3 года назад +2

      you can read the sumita arora books for beginners

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

    How to annotate those bars with their values?

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

    how to plot a bar garpgh for three categorical variable columns

  • @KyaKarogeJaanKe54
    @KyaKarogeJaanKe54 3 года назад +1

    getting syntax error by writing [i+w for i bar1] its highlighting b and saying syntax error help

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

    Fantastic
    Dear, How can we add an error bar on Bar Chart?

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

      use the "yerr" function in matplotlib to add the error bar

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

      @@delwinvarghese5156 Okay Respected, Thank you, Sir

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

    ah ah ah I love you you so much right now

  • @shankarmulakalapalli7148
    @shankarmulakalapalli7148 3 года назад +1

    mam add scatter plot and pair plot also for machine learning

  • @mishra7118
    @mishra7118 3 года назад +1

    Class 12 ka bhi course
    Upload kar dejeye please

  • @mishra7118
    @mishra7118 3 года назад +1

    Function
    Data handling

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

    App name

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

    Hay we were in same class remember

  • @mohitchoudhary-nv5jh
    @mohitchoudhary-nv5jh 3 года назад

    how to export this cart to excel? Plz help

    • @frodounterberg1113
      @frodounterberg1113 3 года назад +1

      the easy way i get in my mind is to export it as a picture:
      path = 'C:\\picture.png'
      plt.savefig(path, dpi = 200, bbox_inches='tight')
      why would you want to export it to excel?
      If you would like to create charts in excel, its easier to use a VBA macro

  • @AyushSingh-nn3mq
    @AyushSingh-nn3mq 3 года назад +1

    Are you from India

  • @SaurabhjiEngineer
    @SaurabhjiEngineer 3 года назад +2

    kitna pyara bolti ho yar.

    • @AmulsAcademy
      @AmulsAcademy  3 года назад

      Thank you 😊

    • @SaurabhjiEngineer
      @SaurabhjiEngineer 3 года назад +1

      @@AmulsAcademy can i see face behind this voice if it is possible.

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

    Mam sorry but your way teaching is not good because you don't explain the work of each function so it hard to understand for beginners