Зміст курсу
Visualization in Python with matplotlib
Visualization in Python with matplotlib
Add Lables and Titles
Завдання
Swipe to start coding
- Add custom labels on the axes:
'Year'
for the x-axis and'CO2 emission per person (metric tonnes)'
for the y-axis. - Add title plot
'CO2 emissions (tonnes per person) in the USA and Canada'
. - Initialize legend and display the plot.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 9
Add Lables and Titles
Завдання
Swipe to start coding
- Add custom labels on the axes:
'Year'
for the x-axis and'CO2 emission per person (metric tonnes)'
for the y-axis. - Add title plot
'CO2 emissions (tonnes per person) in the USA and Canada'
. - Initialize legend and display the plot.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 9