.. 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 ====== * `Anatomy of Matplotlib `_ by Benjamin Root * `Data Visualization Basics with Python (O'Reilly) `_ by Randal S. Olson * `Introduction to NumPy and Matplotlib `_ by Eric Jones .. # https://www.youtube.com/watch?v=3Fp1zn5ao2M .. youtube:: 3Fp1zn5ao2M * `Matplotlib Introduction `_ by codebasics .. # https://www.youtube.com/watch?v=qqwf4Vuj8oM&list=PLeo1K3hjS3uu4Lr8_kro2AqaO6CFYgKOl&index=1 .. youtube:: qqwf4Vuj8oM * `Plotting with matplotlib `_ by Mike Müller .. youtube:: P7SVi0YTIuE * `Matplotlib `_ by Derek Banas .. youtube:: wB9C0Mz9gSo ========= 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