Basic plotting with pandas and matplotlib#
Attention
Finnish university students are encouraged to use the CSC Noppe platform.
We do not recommended using Binder for this lesson.
In this lesson we explore how to create basic plots using pandas
and matplotlib
, and provide an example of how to create interactive plots at the end of the lesson using hvplot
.
Lesson materials#
Materials for this lesson are from Chapter 4 of the forthcoming textbook Introduction to Python for Geographic Data Analysis. In this lesson we cover the materials from Chapter 4.2 (Plotting with pandas and matplotlib).