Contenido del Curso
Deep Dive into the seaborn Visualization
Deep Dive into the seaborn Visualization
1. Light Start
4. Matrix Plots
Regplot
The regplot
is used to plot data and a linear regression model fit. There are a number of mutually exclusive options for estimating the regression model.
Tarea
Swipe to begin your solution
- Set the
'darkgrid'
style with the'tan'
figure facecolor and'cornsilk'
axes .facecolor
. - Create a
regplot
using theseaborn
library:
- Set the
x
parameter equals the'total_bill'
; - Set the
y
parameter equals the'tip'
; - Set the
marker
parameter equals the'+'
; - Set the
'green'
color
; - Disable the
fit_reg
parameter; - 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 6. Capítulo 1
Regplot
The regplot
is used to plot data and a linear regression model fit. There are a number of mutually exclusive options for estimating the regression model.
Tarea
Swipe to begin your solution
- Set the
'darkgrid'
style with the'tan'
figure facecolor and'cornsilk'
axes .facecolor
. - Create a
regplot
using theseaborn
library:
- Set the
x
parameter equals the'total_bill'
; - Set the
y
parameter equals the'tip'
; - Set the
marker
parameter equals the'+'
; - Set the
'green'
color
; - Disable the
fit_reg
parameter; - 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 6. Capítulo 1
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones