/using-matplotlib

Tutorial at EuroSciPy 2019/2022

Primary LanguageJupyter Notebook

Effectively using Matplotlib

This is a tutorial explaining the basic concepts of Matplotlib and aims at enabling you to use Matplotlib more effectively.

It's designed as a fundamental introduction and should be helpful for beginners and existing users alike.

Note: The notebooks were created for live tutorials and explantory text may be a bit terse.

Environment

To be able to run the notebooks yourself, you need

  • jupyterlab
  • matplotlib
  • pandas
  • ipympl (optional)

Use one of the following to create an environment:

pip install -r requirements.txt

or

conda env create -f environment.yml
conda activate using-matplotlib