Course Content
Visualization in Python with matplotlib
Visualization in Python with matplotlib
Create a Simple Scatter Plot
Task
Swipe to begin your solution
The 'gapminder' data is loaded in the dataframe data
. Your tasks are:
- Initialize scatter plot with the
'gdp per capita'
column values on the x-axis, and'life exp'
column values on the y-axis. - Display the plot.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 2
Create a Simple Scatter Plot
Task
Swipe to begin your solution
The 'gapminder' data is loaded in the dataframe data
. Your tasks are:
- Initialize scatter plot with the
'gdp per capita'
column values on the x-axis, and'life exp'
column values on the y-axis. - Display the plot.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 3. Chapter 2
Switch to desktop for real-world practiceContinue from where you are using one of the options below