{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Basic plotting with pandas and matplotlib\n",
"\n",
"```{attention}\n",
"Finnish university students are encouraged to use the CSC Noppe platform.
\n",
"
\n",
"\n",
"We do not recommended using Binder for this lesson.\n",
"```\n",
"\n",
"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`.\n",
"\n",
"## Lesson materials\n",
"\n",
"Materials for this lesson are from Chapter 4 of the forthcoming textbook [*Introduction to Python for Geographic Data Analysis*](https://pythongis.org/). In this lesson we cover the materials from [Chapter 4.2 (Plotting with pandas and matplotlib)](https://pythongis.org/part1/chapter-04/nb/01-basic-plotting.html)."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
}
},
"nbformat": 4,
"nbformat_minor": 4
}