Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Create a Simple Scatter Plot | Scatter Plots
Visualization in Python with matplotlib

Create a Simple Scatter PlotCreate a Simple Scatter Plot

Tarea

The 'gapminder' data is loaded in the dataframe data. Your tasks are:

  1. Initialize scatter plot with the 'gdp per capita' column values on the x-axis, and 'life exp' column values on the y-axis.
  2. Display the plot.

¿Todo estuvo claro?

Sección 3. Capítulo 2
toggle bottom row
course content

Contenido del Curso

Visualization in Python with matplotlib

Create a Simple Scatter PlotCreate a Simple Scatter Plot

Tarea

The 'gapminder' data is loaded in the dataframe data. Your tasks are:

  1. Initialize scatter plot with the 'gdp per capita' column values on the x-axis, and 'life exp' column values on the y-axis.
  2. Display the plot.

¿Todo estuvo claro?

Sección 3. Capítulo 2
toggle bottom row
some-alt