Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Boxplot | Categorical Plot Types
Deep Dive into the seaborn Visualization

BoxplotBoxplot

A boxplot is a standardized way of displaying the distribution of data based on a five-number summary (minimum, first quartile (Q1), median, third quartile (Q3), and maximum).

It can tell you about your outliers and what their values are. It can also tell you if your data is symmetrical, how tightly your data is grouped, and if and how your data is skewed.

carousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-img

Tarefa

  1. Set the 'ticks' style with the 'grey' figure.facecolor and 'white' x- & yticks.
  2. Create the boxplot using the seaborn library:
  • Set the x parameter equals the 'distance';
  • Set the y parameter equals the 'method';
  • Set the linewidth parameter equals 2;
  • Set the saturation parameter equals 0.4;
  • Set the 'vlag' palette.

Tudo estava claro?

Seção 3. Capítulo 3
toggle bottom row
course content

Conteúdo do Curso

Deep Dive into the seaborn Visualization

Deep Dive into the seaborn Visualization

BoxplotBoxplot

A boxplot is a standardized way of displaying the distribution of data based on a five-number summary (minimum, first quartile (Q1), median, third quartile (Q3), and maximum).

It can tell you about your outliers and what their values are. It can also tell you if your data is symmetrical, how tightly your data is grouped, and if and how your data is skewed.

carousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-imgcarousel-img

Tarefa

  1. Set the 'ticks' style with the 'grey' figure.facecolor and 'white' x- & yticks.
  2. Create the boxplot using the seaborn library:
  • Set the x parameter equals the 'distance';
  • Set the y parameter equals the 'method';
  • Set the linewidth parameter equals 2;
  • Set the saturation parameter equals 0.4;
  • Set the 'vlag' palette.

Tudo estava claro?

Seção 3. Capítulo 3
toggle bottom row
some-alt