Create a Grouped Bar Chart
Note
To build 2 columns, we need to set
x - width/2as the first parameter with the first.bar()call, andx + width/2for the second. If we want to build three columns, we can use the following approach:x - width,x, andx + width.
Swipe to start coding
- Save data for
'MUMBAI CITY'in themumbaivariable and all unique values from the'Month'column in themonthsvariable. - Set
widthvariable value to0.3. - Set proper first arguments according to the approach from the theory (displayed above). With the last
.bar()function call display themumbaidata. Setlabelto'Mumbai'. - Set
monthsas x ticks labels.
Ratkaisu
Kiitos palautteestasi!
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Tiivistä tämä luku
Explain code
Explain why doesn't solve task
Mahtavaa!
Completion arvosana parantunut arvoon 2.94
Create a Grouped Bar Chart
Pyyhkäise näyttääksesi valikon
Note
To build 2 columns, we need to set
x - width/2as the first parameter with the first.bar()call, andx + width/2for the second. If we want to build three columns, we can use the following approach:x - width,x, andx + width.
Swipe to start coding
- Save data for
'MUMBAI CITY'in themumbaivariable and all unique values from the'Month'column in themonthsvariable. - Set
widthvariable value to0.3. - Set proper first arguments according to the approach from the theory (displayed above). With the last
.bar()function call display themumbaidata. Setlabelto'Mumbai'. - Set
monthsas x ticks labels.
Ratkaisu
Kiitos palautteestasi!
single