Create a Complete Bar Chart
Uppgift
Swipe to start coding
-
Assign the second call of the
.barh()
function to thebar2
variable. -
Customize the plot:
- set x label to
'Rainfall (mm)'
; - y label to
'Month'
; - title to
'Average rainfall level in Indian cities'
; - limit the values on the x-axis to diapason
(0, 380)
.
- set x label to
-
Add labels to bars:
- set
padding = -5
at the first call; - pass
bar2
as the first parameter at the second call.
- set
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 10
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Awesome!
Completion rate improved to 2.94
Create a Complete Bar Chart
Svep för att visa menyn
Uppgift
Swipe to start coding
-
Assign the second call of the
.barh()
function to thebar2
variable. -
Customize the plot:
- set x label to
'Rainfall (mm)'
; - y label to
'Month'
; - title to
'Average rainfall level in Indian cities'
; - limit the values on the x-axis to diapason
(0, 380)
.
- set x label to
-
Add labels to bars:
- set
padding = -5
at the first call; - pass
bar2
as the first parameter at the second call.
- set
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Awesome!
Completion rate improved to 2.94Avsnitt 2. Kapitel 10
single