..
https://devguide.python.org/documentation/markup/#sections
https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections
# with overline, for parts : ######################################################################
* with overline, for chapters : **********************************************************************
= for sections : ======================================================================
- for subsections : ----------------------------------------------------------------------
^ for subsubsections : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
" for paragraphs : """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.. # https://rsted.info.ucl.ac.be/
.. # https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#paragraph-level-markup
.. # https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#footnotes
.. # https://documatt.com/restructuredtext-reference/element/admonition.html
.. # attention, caution, danger, error, hint, important, note, tip, warning, admonition, seealso
.. # versionadded, versionchanged, deprecated, versionremoved, rubric, centered, hlist
.. _external_resources:
******************
External Resources
******************
============================
Books, chapters and articles
============================
* `Scientific Visualization: Python + Matplotlib (2021)
`_
by Nicolas P. Rougier
* `Mastering matplotlib
`_
by Duncan M. McGreggor
* `Interactive Applications Using Matplotlib
`_
by Benjamin Root
* `Matplotlib for Python Developers
`_
by Sandro Tosi
* `Matplotlib chapter `_
by John Hunter and Michael Droettboom in The Architecture of Open Source
Applications
* `Ten Simple Rules for Better Figures
`_
by Nicolas P. Rougier, Michael Droettboom and Philip E. Bourne
* `Learning Scientific Programming with Python chapter 7
`_
by Christian Hill
* `Hands-On Data Analysis with Pandas, chapters 5 and 6
`_
by Stefanie Molin
======
Videos
======
* `Plotting with matplotlib `_
by Mike Müller
* `Introduction to NumPy and Matplotlib
`_ by Eric Jones
* `Anatomy of Matplotlib
`_
by Benjamin Root
* `Data Visualization Basics with Python (O'Reilly)
`_
by Randal S. Olson
* `Matplotlib Introduction
`_
by codebasics
* `Matplotlib
`_
by Derek Banas
=========
Tutorials
=========
* `Matplotlib tutorial `_
by Nicolas P. Rougier
* `Anatomy of Matplotlib - IPython Notebooks
`_
by Benjamin Root
* `Beyond the Basics: Data Visualization in Python
`_
by Stefanie Molin
=========
Galleries
=========
* `Past winners for JDH plotting contest `_
by Nelle Varoquaux
* `The Python Graph Gallery `_
by Yan Holtz