Зміст курсу
Deep Dive into the seaborn Visualization
Deep Dive into the seaborn Visualization
1. Light Start
4. Matrix Plots
Lmplot
Note
lmplot
=FacetGrid
+regplot












Завдання
Swipe to start coding
- Set the
'darkgrid'
style with the'lightpink'
figure.facecolor
. - Create a
lmplot
using theseaborn
library:
- Set the
x
parameter equals the'total_bill'
; - Set the
y
parameter equals the'tip'
; - Set the
hue
parameter equals'smoker'
; - Set the
col
parameter equals the'sex'
; - Set the
'o'
and'x'
markers
; - Set the
'crest'
palette
; - Set the data;
- Display the plot.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 6. Розділ 2
Lmplot
Note
lmplot
=FacetGrid
+regplot












Завдання
Swipe to start coding
- Set the
'darkgrid'
style with the'lightpink'
figure.facecolor
. - Create a
lmplot
using theseaborn
library:
- Set the
x
parameter equals the'total_bill'
; - Set the
y
parameter equals the'tip'
; - Set the
hue
parameter equals'smoker'
; - Set the
col
parameter equals the'sex'
; - Set the
'o'
and'x'
markers
; - Set the
'crest'
palette
; - Set the data;
- Display the plot.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 6. Розділ 2