=================== Matplotlib Tutorial =================== .. sectionauthor:: Jake Vanderplas This is a short matplotlib tutorial, centered on the IPython notebook, created by Jake Vanderplas for `PyData NYC `_ in October 2012. Table of Contents ================= .. toctree:: :numbered: :maxdepth: 2 :glob: tutorial_pages/* Other Useful Resources ====================== - **matplotlib documentation:** http://matplotlib.org/ * The `gallery `_ shows a very nice set of visual examles. * The `plotting commands summary `_ is a very useful reference. - **scipy lectures:** http://scipy-lectures.github.com/ * See especially the `matplotlib tutorial `_ in these lectures. Downloads ========= - :download:`notebook tarball <_static/notebooks.tgz>` The notebook tarball contains two directories, `notebooks` and `notebooks_ex`. `notebooks` is the source of the information on this page: all code is filed-in and plots are shown. `notebooks_ex` are only partially filled-out, and meant for interactive use during the live tutorial.