Stripplot
In statistics, a categorical variable is a variable that can take on one of a limited and usually fixed number of possible values, assigning each individual or other unit of observation to a particular group or nominal category on the basis of some qualitative property.
A stripplot is a single-axis scatter plot that is used to visualize the distribution of many individual one-dimensional values. The values are plotted as dots along one unique axis, and the dots with the same value can overlap.











Swipe to start coding
- Set the
'whitegrid'style with the'aliceblue'axes.facecolor. - Create the
stripplotusing theseabornlibrary:
- Set the
xparameter equals the'day'; - Set the
yparameter equals the'total_bill'; - Set the
hueparameter equals the'smoker'; - Set the
sizeparameter equals20; - Set the
'crest'palette; - Set the
'D'marker; - Set the
alphaparameter equals0.25.
Løsning
Takk for tilbakemeldingene dine!
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Oppsummer dette kapittelet
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 4.35
Stripplot
Sveip for å vise menyen
In statistics, a categorical variable is a variable that can take on one of a limited and usually fixed number of possible values, assigning each individual or other unit of observation to a particular group or nominal category on the basis of some qualitative property.
A stripplot is a single-axis scatter plot that is used to visualize the distribution of many individual one-dimensional values. The values are plotted as dots along one unique axis, and the dots with the same value can overlap.











Swipe to start coding
- Set the
'whitegrid'style with the'aliceblue'axes.facecolor. - Create the
stripplotusing theseabornlibrary:
- Set the
xparameter equals the'day'; - Set the
yparameter equals the'total_bill'; - Set the
hueparameter equals the'smoker'; - Set the
sizeparameter equals20; - Set the
'crest'palette; - Set the
'D'marker; - Set the
alphaparameter equals0.25.
Løsning
Takk for tilbakemeldingene dine!
single