flashlxy / AnatomyOfMatplotlib

Anatomy of Matplotlib -- tutorial developed for the SciPy conference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This tutorial is a complete re-imagining of how one should teach users the matplotlib library. Hopefully, this tutorial may serve as inspiration for future restructuring of the matplotlib documentation. Plus, I have some ideas of how to improve this tutorial.

Please fork and contribute back improvements! Feel free to use this tutorial for conferences and other opportunities for training.

The tutorial can be viewed on nbviewer:

Installation

All you need is matplotlib (v1.5 or greater) and jupyter installed. You can use your favorite Python package installer for this:

conda install matplotlib jupyter
git clone https://github.com/WeatherGod/AnatomyOfMatplotlib.git
cd AnatomyOfMatplotlib
jupyter notebook

About

Anatomy of Matplotlib -- tutorial developed for the SciPy conference

License:Other


Languages

Language:Jupyter Notebook 94.1%Language:Python 5.9%