Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
FacetGrid | Multi-Plot Grids
Deep Dive into the seaborn Visualization
course content

Conteúdo do Curso

Deep Dive into the seaborn Visualization

Deep Dive into the seaborn Visualization

FacetGrid

The time to learn the cool plots we were talking about!

A useful approach to exploring medium-dimensional data is by drawing multiple instances of the same plot on different subsets of your dataset.

FacetGrid object takes a DataFrame as input and the names of the variables that will form the grid's row, column, or hue dimensions. The variables should be categorical, and the data at each level of the variable will be used for a facet along that axis.

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

Tarefa

  1. Set the 'whitegrid' style with the 'cornsilk' axes.facecolor.
  2. Create a FacetGrid variable g:
  • Set the data for the FacetGrid;
  • Set the col parameter equals the 'day';
  • Set the row parameter equals the 'smoker';
  • Set the height parameter equals 3.

Implement the .map() function to build histplots:

  • Create histplots;
  • Set the 'olive' color for the histplots;
  • Add the kde parameter;
  • Disable the fill parameter;
  • Set the binwidth equals 4;
  • Display the plot.

Tarefa

  1. Set the 'whitegrid' style with the 'cornsilk' axes.facecolor.
  2. Create a FacetGrid variable g:
  • Set the data for the FacetGrid;
  • Set the col parameter equals the 'day';
  • Set the row parameter equals the 'smoker';
  • Set the height parameter equals 3.

Implement the .map() function to build histplots:

  • Create histplots;
  • Set the 'olive' color for the histplots;
  • Add the kde parameter;
  • Disable the fill parameter;
  • Set the binwidth equals 4;
  • Display the plot.

Tudo estava claro?

Seção 5. Capítulo 1
toggle bottom row

FacetGrid

The time to learn the cool plots we were talking about!

A useful approach to exploring medium-dimensional data is by drawing multiple instances of the same plot on different subsets of your dataset.

FacetGrid object takes a DataFrame as input and the names of the variables that will form the grid's row, column, or hue dimensions. The variables should be categorical, and the data at each level of the variable will be used for a facet along that axis.

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

Tarefa

  1. Set the 'whitegrid' style with the 'cornsilk' axes.facecolor.
  2. Create a FacetGrid variable g:
  • Set the data for the FacetGrid;
  • Set the col parameter equals the 'day';
  • Set the row parameter equals the 'smoker';
  • Set the height parameter equals 3.

Implement the .map() function to build histplots:

  • Create histplots;
  • Set the 'olive' color for the histplots;
  • Add the kde parameter;
  • Disable the fill parameter;
  • Set the binwidth equals 4;
  • Display the plot.

Tarefa

  1. Set the 'whitegrid' style with the 'cornsilk' axes.facecolor.
  2. Create a FacetGrid variable g:
  • Set the data for the FacetGrid;
  • Set the col parameter equals the 'day';
  • Set the row parameter equals the 'smoker';
  • Set the height parameter equals 3.

Implement the .map() function to build histplots:

  • Create histplots;
  • Set the 'olive' color for the histplots;
  • Add the kde parameter;
  • Disable the fill parameter;
  • Set the binwidth equals 4;
  • Display the plot.

Tudo estava claro?

The time to learn the cool plots we were talking about!

A useful approach to exploring medium-dimensional data is by drawing multiple instances of the same plot on different subsets of your dataset.

FacetGrid object takes a DataFrame as input and the names of the variables that will form the grid's row, column, or hue dimensions. The variables should be categorical, and the data at each level of the variable will be used for a facet along that axis.

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

Tarefa

  1. Set the 'whitegrid' style with the 'cornsilk' axes.facecolor.
  2. Create a FacetGrid variable g:
  • Set the data for the FacetGrid;
  • Set the col parameter equals the 'day';
  • Set the row parameter equals the 'smoker';
  • Set the height parameter equals 3.

Implement the .map() function to build histplots:

  • Create histplots;
  • Set the 'olive' color for the histplots;
  • Add the kde parameter;
  • Disable the fill parameter;
  • Set the binwidth equals 4;
  • Display the plot.

Seção 5. Capítulo 1
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
toggle bottom row

FacetGrid

The time to learn the cool plots we were talking about!

A useful approach to exploring medium-dimensional data is by drawing multiple instances of the same plot on different subsets of your dataset.

FacetGrid object takes a DataFrame as input and the names of the variables that will form the grid's row, column, or hue dimensions. The variables should be categorical, and the data at each level of the variable will be used for a facet along that axis.

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

Tarefa

  1. Set the 'whitegrid' style with the 'cornsilk' axes.facecolor.
  2. Create a FacetGrid variable g:
  • Set the data for the FacetGrid;
  • Set the col parameter equals the 'day';
  • Set the row parameter equals the 'smoker';
  • Set the height parameter equals 3.

Implement the .map() function to build histplots:

  • Create histplots;
  • Set the 'olive' color for the histplots;
  • Add the kde parameter;
  • Disable the fill parameter;
  • Set the binwidth equals 4;
  • Display the plot.

Seção 5. Capítulo 1
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt