Lesson 4: Matplotlib


For visualizing our data, we’ll be using Matplotlib—an incredibly powerful visualization library with a bit of an eccentric API (thanks to Matlab). Open this Notebook, learn about creating basic charts, and try to build some of your own. You will also learn more about plotting charts as you complete your assignments and interactive lessons.

You can view the Notebook in html here but we also strongly recommend working with our Notebooks locally by performing a git clone on https://github.com/makeabilitylab/signals.git and running Jupyter Notebook on your system (see installation notes).

Additionally, for quick interactive access to editable versions, you can use: Open in Binder Open In Colab

Previous Lesson

Previous: Introduction to NumPy