Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
PairGrid | 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

1. Light Start
2. Distributions of Data
3. Categorical Plot Types
4. Matrix Plots
5. Multi-Plot Grids
6. Regression Models

bookPairGrid

PairGrid is a subplot grid for plotting pairwise relationships in a dataset.

This object maps each variable in a dataset onto a column and row in a grid of multiple axes. Different axes-level plotting functions can be used to draw bivariate plots in the upper and lower triangles, and then the marginal distribution of each variable can be shown on the diagonal.

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

Tarefa

  1. Set the 'ticks' style with the 'lightpink' figure.facecolor.
  2. Create a PairGrid variable using g:
  • Set the data for the g;
  • Set the hue parameter equals the 'species';
  • Set the 'rocket_r' palette.

Set diagonale plots using the .map_diag() function:

  • Create a histplot using the seaborn;
  • Add the kde parameter.

Set non-diagonale plots using the .map_offdiag() function:

  • Create a scatterplot using the seaborn;
  • Set the linewidth parameter equals 0.9;
  • Set the 'purple' edgecolor parameter.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

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

bookPairGrid

PairGrid is a subplot grid for plotting pairwise relationships in a dataset.

This object maps each variable in a dataset onto a column and row in a grid of multiple axes. Different axes-level plotting functions can be used to draw bivariate plots in the upper and lower triangles, and then the marginal distribution of each variable can be shown on the diagonal.

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

Tarefa

  1. Set the 'ticks' style with the 'lightpink' figure.facecolor.
  2. Create a PairGrid variable using g:
  • Set the data for the g;
  • Set the hue parameter equals the 'species';
  • Set the 'rocket_r' palette.

Set diagonale plots using the .map_diag() function:

  • Create a histplot using the seaborn;
  • Add the kde parameter.

Set non-diagonale plots using the .map_offdiag() function:

  • Create a scatterplot using the seaborn;
  • Set the linewidth parameter equals 0.9;
  • Set the 'purple' edgecolor parameter.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

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

bookPairGrid

PairGrid is a subplot grid for plotting pairwise relationships in a dataset.

This object maps each variable in a dataset onto a column and row in a grid of multiple axes. Different axes-level plotting functions can be used to draw bivariate plots in the upper and lower triangles, and then the marginal distribution of each variable can be shown on the diagonal.

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

Tarefa

  1. Set the 'ticks' style with the 'lightpink' figure.facecolor.
  2. Create a PairGrid variable using g:
  • Set the data for the g;
  • Set the hue parameter equals the 'species';
  • Set the 'rocket_r' palette.

Set diagonale plots using the .map_diag() function:

  • Create a histplot using the seaborn;
  • Add the kde parameter.

Set non-diagonale plots using the .map_offdiag() function:

  • Create a scatterplot using the seaborn;
  • Set the linewidth parameter equals 0.9;
  • Set the 'purple' edgecolor parameter.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

PairGrid is a subplot grid for plotting pairwise relationships in a dataset.

This object maps each variable in a dataset onto a column and row in a grid of multiple axes. Different axes-level plotting functions can be used to draw bivariate plots in the upper and lower triangles, and then the marginal distribution of each variable can be shown on the diagonal.

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

Tarefa

  1. Set the 'ticks' style with the 'lightpink' figure.facecolor.
  2. Create a PairGrid variable using g:
  • Set the data for the g;
  • Set the hue parameter equals the 'species';
  • Set the 'rocket_r' palette.

Set diagonale plots using the .map_diag() function:

  • Create a histplot using the seaborn;
  • Add the kde parameter.

Set non-diagonale plots using the .map_offdiag() function:

  • Create a scatterplot using the seaborn;
  • Set the linewidth parameter equals 0.9;
  • Set the 'purple' edgecolor parameter.

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 5. Capítulo 2
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
some-alt