File: index.rst

package info (click to toggle)
matplotlib 3.10.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 78,352 kB
  • sloc: python: 147,118; cpp: 62,988; objc: 1,679; ansic: 1,426; javascript: 786; makefile: 104; sh: 53
file content (93 lines) | stat: -rw-r--r-- 2,738 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.. _resources-index:

.. redirect-from:: /resources/index

******************
External resources
******************


============================
Books, chapters and articles
============================

* `Scientific Visualization: Python + Matplotlib (2021)
  <https://hal.inria.fr/hal-03427242/>`_
  by Nicolas P. Rougier

* `Mastering matplotlib
  <https://www.packtpub.com/product/mastering-matplotlib/9781783987542>`_
  by Duncan M. McGreggor

* `Interactive Applications Using Matplotlib
  <https://www.packtpub.com/product/interactive-applications-using-matplotlib/9781783988846>`_
  by Benjamin Root

* `Matplotlib for Python Developers
  <https://www.packtpub.com/product/matplotlib-for-python-developers/9781847197900>`_
  by Sandro Tosi

* `Matplotlib chapter <http://www.aosabook.org/en/matplotlib.html>`_
  by John Hunter and Michael Droettboom in The Architecture of Open Source
  Applications

* `Ten Simple Rules for Better Figures
  <https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003833>`_
  by Nicolas P. Rougier, Michael Droettboom and Philip E. Bourne

* `Learning Scientific Programming with Python chapter 7
  <https://scipython.com/book/chapter-7-matplotlib/>`_
  by Christian Hill

* `Hands-On Data Analysis with Pandas, chapters 5 and 6
  <https://www.packtpub.com/product/hands-on-data-analysis-with-pandas-second-edition/9781800563452>`_
  by Stefanie Molin

======
Videos
======

* `Plotting with matplotlib <https://www.youtube.com/watch?v=P7SVi0YTIuE>`_
  by Mike Müller

* `Introduction to NumPy and Matplotlib
  <https://www.youtube.com/watch?v=3Fp1zn5ao2M&feature=plcp>`_ by Eric Jones

* `Anatomy of Matplotlib
  <https://www.youtube.com/watch?v=6gdNUDs6QPc>`_
  by Benjamin Root and Hannah Aizenman

* `Data Visualization Basics with Python (O'Reilly)
  <https://www.oreilly.com/library/view/data-visualization-basics/9781771375573/>`_
  by Randal S. Olson
* `Matplotlib Introduction
  <https://www.youtube.com/playlist?list=PLeo1K3hjS3uu4Lr8_kro2AqaO6CFYgKOl>`_
  by codebasics
* `Matplotlib
  <https://www.youtube.com/watch?v=wB9C0Mz9gSo>`_
  by Derek Banas

=========
Tutorials
=========

* `Matplotlib tutorial <https://www.labri.fr/perso/nrougier/teaching/matplotlib/>`_
  by Nicolas P. Rougier

* `Anatomy of Matplotlib - IPython Notebooks
  <https://github.com/WeatherGod/AnatomyOfMatplotlib>`_
  by Benjamin Root

* `Beyond the Basics: Data Visualization in Python
  <https://github.com/stefmolin/python-data-viz-workshop>`_
  by Stefanie Molin

=========
Galleries
=========

* `Past winners for JDH plotting contest <https://jhepc.github.io/gallery.html>`_
  by Nelle Varoquaux

* `The Python Graph Gallery <https://www.python-graph-gallery.com>`_
  by Yan Holtz