date | duration | maintainer | order | title |
---|---|---|---|---|
w01d02 |
90 |
RobertoReif |
3 |
Matplotlib |
At the end of this notebook the students should:
- Understand how to create basic charts such as line charts, scatter plots, pie charts, histograms, etc.
- Customize the charts by manipulating the size, color, fonts, etc.
- Create multiple charts within one graph.
- Save the charts as an image.
- Data Types
- Series and Dataframes
The goal of this notebook is to walk students through the basics of creating charts with a library called Matplotlib. It also explain how to customize the charts by modifying the fonts, colors, addings titles and lables, etc. There are student exercises that should take less than 5 minutes each. These exercises can be completed during lecture or left as homework for the students.