Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Displot | Distributions of Data
Deep Dive into the seaborn Visualization

DisplotDisplot

Note

displot = FacetGrid(we will study this plot later) + histplot/kdeplot/ecdfplot

The displot provides access to several approaches for visualizing the univariate or bivariate distribution of data, including subsets of data defined by semantic mapping and faceting across multiple subplots.

The kind parameter selects the approach to use: histplot, kdeplot, ecdfplot.

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

Tarefa

  1. Set the 'darkgrid' style.
  2. Create the displot using the seaborn library:
  • Set the x parameter equals the 'carat';
  • Set the hue parameter equals the 'cut';
  • Set the col parameter equals the 'color';
  • Set the kind parameter equals the 'kde';
  • Set the multiple parameter equals the 'fill';
  • Set the palette equals the 'viridis';
  • Set the data.

Tudo estava claro?

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

Conteúdo do Curso

Deep Dive into the seaborn Visualization

Deep Dive into the seaborn Visualization

DisplotDisplot

Note

displot = FacetGrid(we will study this plot later) + histplot/kdeplot/ecdfplot

The displot provides access to several approaches for visualizing the univariate or bivariate distribution of data, including subsets of data defined by semantic mapping and faceting across multiple subplots.

The kind parameter selects the approach to use: histplot, kdeplot, ecdfplot.

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

Tarefa

  1. Set the 'darkgrid' style.
  2. Create the displot using the seaborn library:
  • Set the x parameter equals the 'carat';
  • Set the hue parameter equals the 'cut';
  • Set the col parameter equals the 'color';
  • Set the kind parameter equals the 'kde';
  • Set the multiple parameter equals the 'fill';
  • Set the palette equals the 'viridis';
  • Set the data.

Tudo estava claro?

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