Зміст курсу
Deep Dive into the seaborn Visualization
Deep Dive into the seaborn Visualization
1. Light Start
4. Matrix Plots
Kdeplot
A kdeplot
plot is a method for visualizing the distribution of observations in a dataset analogous to a histogram. KDE represents the data using a continuous probability density curve in one or more dimensions.
Завдання
Swipe to begin your solution
- Create the kdeplot using the
seaborn
library:
- Set the
x
parameter equals the'max_temp'
; - Set the
hue
parameter equals the'month'
; - Set the
multiple
parameter equals the'stack'
; - Disable the
legend
; - Add the filling;
- Set the data;
- Display the plot.
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 2
Kdeplot
A kdeplot
plot is a method for visualizing the distribution of observations in a dataset analogous to a histogram. KDE represents the data using a continuous probability density curve in one or more dimensions.
Завдання
Swipe to begin your solution
- Create the kdeplot using the
seaborn
library:
- Set the
x
parameter equals the'max_temp'
; - Set the
hue
parameter equals the'month'
; - Set the
multiple
parameter equals the'stack'
; - Disable the
legend
; - Add the filling;
- Set the data;
- Display the plot.
Рішення
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 2
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів