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
course content

Зміст курсу

Visualization in Python with matplotlib

Create a Simple Scatter PlotCreate a Simple Scatter Plot

Завдання

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.

Все було зрозуміло?

Секція 3. Розділ 2
toggle bottom row
course content

Зміст курсу

Visualization in Python with matplotlib

Create a Simple Scatter PlotCreate a Simple Scatter Plot

Завдання

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.

Все було зрозуміло?

Секція 3. Розділ 2
toggle bottom row
some-alt