Rugplot
The rugplot
is intended to complement other plots by showing the location of individual observations in an unobtrusive way.






Aufgabe
Swipe to start coding
- Set the
'darkgrid'
style with the disabled'axes.grid'
and the'axes.facecolor'
equals the'aliceblue'
(color). We learned how to do that in the first part of the course. - Create the
kdeplot
using theseaborn
library. - Create the
rugplot
using theseaborn
library:
- Set the
x
parameter equals the'total_bill'
; - Set the
hue
parameter equals the'sex'
; - Set the
height
parameter equals0.05
; - Set the
'magma'
palette
; - Set the data using the
df
; - Display the plot.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 2. Kapitel 3
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 4.35
Rugplot
Swipe um das Menü anzuzeigen
The rugplot
is intended to complement other plots by showing the location of individual observations in an unobtrusive way.






Aufgabe
Swipe to start coding
- Set the
'darkgrid'
style with the disabled'axes.grid'
and the'axes.facecolor'
equals the'aliceblue'
(color). We learned how to do that in the first part of the course. - Create the
kdeplot
using theseaborn
library. - Create the
rugplot
using theseaborn
library:
- Set the
x
parameter equals the'total_bill'
; - Set the
hue
parameter equals the'sex'
; - Set the
height
parameter equals0.05
; - Set the
'magma'
palette
; - Set the data using the
df
; - Display the plot.
Lösung
War alles klar?
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 4.35Abschnitt 2. Kapitel 3
single