Contenido del Curso
Deep Dive into the seaborn Visualization
Deep Dive into the seaborn Visualization
JointGrid
JointGrid
is a figure-level function, when the function is called a JointGrid object is instantiated. The function creates a JointGrid object consisting of three axes objects but does not plot anything on it.
Tarea
- Set the
'ticks'
style with the'lightcyan'
figure.facecolor
. - Create a
JointGrid
variableg
:
- Set the
x
parameter equals the'bill_length_mm'
; - Set the
y
parameter equals the'bill_depth_mm'
; - Set the
hue
parameter equals the'species'
; - Set the
'viridis'
palette; - Set the data.
Set the inside plot using the .plot_joint()
function using the g
variable:
- Create a
scatterplot
using theseaborn
; - Set the
alpha
parameter equals0.5
; - Set the
'pink'
edgecolor
parameter; - Set the
linewidth
parameter equals1
.
Set the outside plot using the .plot_marginals()
function:
- Create the
histplot
using theseaborn
; - Add the
kde
parameter.
¡Gracias por tus comentarios!
JointGrid
JointGrid
is a figure-level function, when the function is called a JointGrid object is instantiated. The function creates a JointGrid object consisting of three axes objects but does not plot anything on it.
Tarea
- Set the
'ticks'
style with the'lightcyan'
figure.facecolor
. - Create a
JointGrid
variableg
:
- Set the
x
parameter equals the'bill_length_mm'
; - Set the
y
parameter equals the'bill_depth_mm'
; - Set the
hue
parameter equals the'species'
; - Set the
'viridis'
palette; - Set the data.
Set the inside plot using the .plot_joint()
function using the g
variable:
- Create a
scatterplot
using theseaborn
; - Set the
alpha
parameter equals0.5
; - Set the
'pink'
edgecolor
parameter; - Set the
linewidth
parameter equals1
.
Set the outside plot using the .plot_marginals()
function:
- Create the
histplot
using theseaborn
; - Add the
kde
parameter.
¡Gracias por tus comentarios!
JointGrid
JointGrid
is a figure-level function, when the function is called a JointGrid object is instantiated. The function creates a JointGrid object consisting of three axes objects but does not plot anything on it.
Tarea
- Set the
'ticks'
style with the'lightcyan'
figure.facecolor
. - Create a
JointGrid
variableg
:
- Set the
x
parameter equals the'bill_length_mm'
; - Set the
y
parameter equals the'bill_depth_mm'
; - Set the
hue
parameter equals the'species'
; - Set the
'viridis'
palette; - Set the data.
Set the inside plot using the .plot_joint()
function using the g
variable:
- Create a
scatterplot
using theseaborn
; - Set the
alpha
parameter equals0.5
; - Set the
'pink'
edgecolor
parameter; - Set the
linewidth
parameter equals1
.
Set the outside plot using the .plot_marginals()
function:
- Create the
histplot
using theseaborn
; - Add the
kde
parameter.
¡Gracias por tus comentarios!
JointGrid
is a figure-level function, when the function is called a JointGrid object is instantiated. The function creates a JointGrid object consisting of three axes objects but does not plot anything on it.
Tarea
- Set the
'ticks'
style with the'lightcyan'
figure.facecolor
. - Create a
JointGrid
variableg
:
- Set the
x
parameter equals the'bill_length_mm'
; - Set the
y
parameter equals the'bill_depth_mm'
; - Set the
hue
parameter equals the'species'
; - Set the
'viridis'
palette; - Set the data.
Set the inside plot using the .plot_joint()
function using the g
variable:
- Create a
scatterplot
using theseaborn
; - Set the
alpha
parameter equals0.5
; - Set the
'pink'
edgecolor
parameter; - Set the
linewidth
parameter equals1
.
Set the outside plot using the .plot_marginals()
function:
- Create the
histplot
using theseaborn
; - Add the
kde
parameter.