Create a Complete Bar Chart
Aufgabe
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ösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 2. Kapitel 10
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Awesome!
Completion rate improved to 2.94
Create a Complete Bar Chart
Swipe um das Menü anzuzeigen
Aufgabe
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ösung
War alles klar?
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 2.94Abschnitt 2. Kapitel 10
single