Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Group by Continuous Variable | Scatter Plots
Visualization in Python with matplotlib
course content

Contenido del Curso

Visualization in Python with matplotlib

Visualization in Python with matplotlib

1. Basics: Line Charts
2. Bar Charts
3. Scatter Plots

Group by Continuous Variable

Tarea

This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi' column values.

  1. Initialize a scatter plot with the next parameters:
    • Set points color (c) to the 'hdi' column values of the data;
    • Set colormap (cmap) to 'plasma'.

    Save the call of the .scatter() function to the cax variable.

  2. Apply .colorbar() function to Figure object assigning cax as an argument.

Tarea

This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi' column values.

  1. Initialize a scatter plot with the next parameters:
    • Set points color (c) to the 'hdi' column values of the data;
    • Set colormap (cmap) to 'plasma'.

    Save the call of the .scatter() function to the cax variable.

  2. Apply .colorbar() function to Figure object assigning cax as an argument.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones

¿Todo estuvo claro?

Sección 3. Capítulo 10
toggle bottom row

Group by Continuous Variable

Tarea

This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi' column values.

  1. Initialize a scatter plot with the next parameters:
    • Set points color (c) to the 'hdi' column values of the data;
    • Set colormap (cmap) to 'plasma'.

    Save the call of the .scatter() function to the cax variable.

  2. Apply .colorbar() function to Figure object assigning cax as an argument.

Tarea

This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi' column values.

  1. Initialize a scatter plot with the next parameters:
    • Set points color (c) to the 'hdi' column values of the data;
    • Set colormap (cmap) to 'plasma'.

    Save the call of the .scatter() function to the cax variable.

  2. Apply .colorbar() function to Figure object assigning cax as an argument.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones

¿Todo estuvo claro?

Sección 3. Capítulo 10
toggle bottom row

Group by Continuous Variable

Tarea

This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi' column values.

  1. Initialize a scatter plot with the next parameters:
    • Set points color (c) to the 'hdi' column values of the data;
    • Set colormap (cmap) to 'plasma'.

    Save the call of the .scatter() function to the cax variable.

  2. Apply .colorbar() function to Figure object assigning cax as an argument.

Tarea

This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi' column values.

  1. Initialize a scatter plot with the next parameters:
    • Set points color (c) to the 'hdi' column values of the data;
    • Set colormap (cmap) to 'plasma'.

    Save the call of the .scatter() function to the cax variable.

  2. Apply .colorbar() function to Figure object assigning cax as an argument.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones

¿Todo estuvo claro?

Tarea

This time, we are goint to paint the points for the same scatter plot in respect to the 'hdi' column values.

  1. Initialize a scatter plot with the next parameters:
    • Set points color (c) to the 'hdi' column values of the data;
    • Set colormap (cmap) to 'plasma'.

    Save the call of the .scatter() function to the cax variable.

  2. Apply .colorbar() function to Figure object assigning cax as an argument.

Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 3. Capítulo 10
Cambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
We're sorry to hear that something went wrong. What happened?
some-alt