Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
grouped bar graphs
#1
Hello,

I have the following data frame and would like to make a grouped bar graph:

BAKERY DAYTIME BREAD_SOLD
Smith Morning 124
Smith Afternoon 80
Smith Evening 90
Miller Morning 111
Miller Afternoon 70
Miller Evening 100
Wiseau Morning 50
Wiseau Afternoon 10
Wiseau Evening 20

The should result in a 9 bars, grouped in 3 groups (for each backery) of 3 bars (for each time of the day).

What's the easiest way to do this?
Reply
#2
https://matplotlib.org/stable/gallery/li...chart.html
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Plot several graphs on the same row Menthix 1 1,048 Mar-18-2022, 05:47 PM
Last Post: deanhystad
  I want to create small multiples grouped bar plot, and facing some aesthetics issuess dev_kaur 0 1,626 Dec-05-2020, 08:49 AM
Last Post: dev_kaur
  How to merge strings through graphs Den 6 3,464 Jun-29-2020, 07:07 AM
Last Post: Den
  Tranforming into .exe with Matplotlib (graphs) ericvrocha 0 2,928 Oct-14-2019, 06:54 PM
Last Post: ericvrocha
  Little Help With Graphs ericvrocha 5 3,185 Oct-14-2019, 12:07 PM
Last Post: buran
  Drawing graphs with matplotlib JRod 5 4,733 Jul-31-2017, 10:00 AM
Last Post: JRod

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020