Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 656 Bytes

File metadata and controls

30 lines (19 loc) · 656 Bytes

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