Зміст курсу
Deep Dive into the seaborn Visualization
Deep Dive into the seaborn Visualization
Barplot
A barplot
represents an estimate of the central tendency for a numeric variable with the height of each rectangle and provides some indication of the uncertainty around that estimate using error bars.
Bar plots include 0 in the quantitative axis range, and they are a good choice when 0 is a meaningful value for the quantitative variable, and you want to make comparisons against it.
Завдання
- Set the
'ticks'
style. - Create the
barplot
using theseaborn
library:
- Set the
x
parameter equals the'day'
; - Set the
y
parameter equals the'total_bill'
; - Set the
hue
parameter equals the'smoker'
; - Set the
linewidth
parameter equals2.5
; - Set the
capsize
parameter equals0.1
; - Set the
'pink'
errcolor
parameter; - Set the
'magma'
palette
; - Set the data;
- Display the plot.
Дякуємо за ваш відгук!
Barplot
A barplot
represents an estimate of the central tendency for a numeric variable with the height of each rectangle and provides some indication of the uncertainty around that estimate using error bars.
Bar plots include 0 in the quantitative axis range, and they are a good choice when 0 is a meaningful value for the quantitative variable, and you want to make comparisons against it.
Завдання
- Set the
'ticks'
style. - Create the
barplot
using theseaborn
library:
- Set the
x
parameter equals the'day'
; - Set the
y
parameter equals the'total_bill'
; - Set the
hue
parameter equals the'smoker'
; - Set the
linewidth
parameter equals2.5
; - Set the
capsize
parameter equals0.1
; - Set the
'pink'
errcolor
parameter; - Set the
'magma'
palette
; - Set the data;
- Display the plot.
Дякуємо за ваш відгук!
Barplot
A barplot
represents an estimate of the central tendency for a numeric variable with the height of each rectangle and provides some indication of the uncertainty around that estimate using error bars.
Bar plots include 0 in the quantitative axis range, and they are a good choice when 0 is a meaningful value for the quantitative variable, and you want to make comparisons against it.
Завдання
- Set the
'ticks'
style. - Create the
barplot
using theseaborn
library:
- Set the
x
parameter equals the'day'
; - Set the
y
parameter equals the'total_bill'
; - Set the
hue
parameter equals the'smoker'
; - Set the
linewidth
parameter equals2.5
; - Set the
capsize
parameter equals0.1
; - Set the
'pink'
errcolor
parameter; - Set the
'magma'
palette
; - Set the data;
- Display the plot.
Дякуємо за ваш відгук!
A barplot
represents an estimate of the central tendency for a numeric variable with the height of each rectangle and provides some indication of the uncertainty around that estimate using error bars.
Bar plots include 0 in the quantitative axis range, and they are a good choice when 0 is a meaningful value for the quantitative variable, and you want to make comparisons against it.
Завдання
- Set the
'ticks'
style. - Create the
barplot
using theseaborn
library:
- Set the
x
parameter equals the'day'
; - Set the
y
parameter equals the'total_bill'
; - Set the
hue
parameter equals the'smoker'
; - Set the
linewidth
parameter equals2.5
; - Set the
capsize
parameter equals0.1
; - Set the
'pink'
errcolor
parameter; - Set the
'magma'
palette
; - Set the data;
- Display the plot.