Contenido del Curso
Deep Dive into the seaborn Visualization
Deep Dive into the seaborn Visualization
1. Light Start
4. Matrix Plots
Pointplot
A pointplot
represents an estimate of the central tendency for a numeric variable by the position of scatter plot points and provides some indication of the uncertainty around that estimate using error bars.
Tarea
Swipe to begin your solution
- Set the
'ticks'
style with the'azure'
axes.facecolor
. - Create the
pointplot
using theseaborn
library and theg
variable:
- Set the
x
parameter equals the'day'
; - Set the
y
parameter equals the'tip'
; - Set the
hue
parameter equals the'sex'
; - Set
'v'
&'o'
markers
; - Set the
'rocket'
palette
; - Set the
dodge
parameter equals theTrue
; - Set the
capsize
parameter equals0.2
; - Set the next
linestyles
:'-'
&'- -'
; - Set the data;
- Display the plot.
Solución
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 6
Pointplot
A pointplot
represents an estimate of the central tendency for a numeric variable by the position of scatter plot points and provides some indication of the uncertainty around that estimate using error bars.
Tarea
Swipe to begin your solution
- Set the
'ticks'
style with the'azure'
axes.facecolor
. - Create the
pointplot
using theseaborn
library and theg
variable:
- Set the
x
parameter equals the'day'
; - Set the
y
parameter equals the'tip'
; - Set the
hue
parameter equals the'sex'
; - Set
'v'
&'o'
markers
; - Set the
'rocket'
palette
; - Set the
dodge
parameter equals theTrue
; - Set the
capsize
parameter equals0.2
; - Set the next
linestyles
:'-'
&'- -'
; - Set the data;
- Display the plot.
Solución
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 6
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones