File tree 3 files changed +52
-14
lines changed 3 files changed +52
-14
lines changed Original file line number Diff line number Diff line change @@ -124,20 +124,8 @@ <h1>Documentation</h1>
124
124
125
125
< h4 > Other learning resources</ h4 >
126
126
127
- < ul >
128
- < li > Sandro Tosi has a new book
129
- < a href ="http://www.packtpub.com/matplotlib-python-development/book?utm_source=matplotlib.sourceforge.net&utm_medium=link&utm_content=pod&utm_campaign=mdb_002124 "> Matplotlib
130
- for python developers</ a > also
131
- at < a href ="http://www.amazon.com/Matplotlib-Python-Developers-Sandro-Tosi/dp/1847197906 "> amazon</ a > .</ li >
132
-
133
- < li > Nicolas Rougier has
134
- a < a href ="http://www.loria.fr/~rougier/teaching/matplotlib/ "> beginner
135
- tutorial.</ a > </ li >
136
-
137
- < li > Eric Jones gave
138
- an < a href ="http://www.youtube.com/watch?v=3Fp1zn5ao2M&feature=plcp "> introductory
139
- tutorial on Numpy and matplotlib</ a > at SciPy 2012.</ li >
140
- </ ul >
127
+ < p > There are many < a href ="{{ pathto('resources/index') }} "> external learning
128
+ resources</ a > available including printed material, videos and tutorials.</ p >
141
129
142
130
< h4 > Need help?</ h4 >
143
131
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Overview
16
16
17
17
users/index.rst
18
18
faq/index.rst
19
+ resources/index.rst
19
20
devel/index.rst
20
21
mpl_toolkits/index.rst
21
22
api/index.rst
Original file line number Diff line number Diff line change
1
+ .. _resources-index :
2
+
3
+ *******************
4
+ External Resources
5
+ *******************
6
+
7
+
8
+ ===================
9
+ Books and Chapters
10
+ ===================
11
+
12
+ * `Matplotlib for Python Developers
13
+ <http://www.packtpub.com/matplotlib-python-development/book?mid/171109cna1h> `_
14
+ by Sandro Tosi
15
+
16
+ * `Matplotlib chapter <http://www.aosabook.org/en/matplotlib.html >`_
17
+ by John Hunter and Michael Droettboom in The Architecture of Open Source
18
+ Applications
19
+
20
+ * `Graphics with Matplotlib
21
+ <http://physics.nmt.edu/~raymond/software/python_notes/paper004.html> `_
22
+ by David J. Raymond
23
+
24
+ =======
25
+ Videos
26
+ =======
27
+
28
+ * `Getting started with Matplotlib
29
+ <http://showmedo.com/videotutorials/video?name=7200090&fromSeriesID=720> `_
30
+ by `unpingco <http://showmedo.com/videotutorials/?author=6237 >`_
31
+
32
+ * `Plotting with matplotlib <http://www.youtube.com/watch?v=P7SVi0YTIuE >`_
33
+ by Mike Müller
34
+
35
+ * `Introduction to NumPy and Matplotlib
36
+ <http://www.youtube.com/watch?v=3Fp1zn5ao2M&feature=plcp> `_ by Eric Jones
37
+
38
+ * `Anatomy of Matplotlib
39
+ <https://conference.scipy.org/scipy2013/tutorial_detail.php?id=103> `_
40
+ by Benjamin Root
41
+
42
+ ==========
43
+ Tutorials
44
+ ==========
45
+
46
+ * `Matplotlib tutorial <http://www.loria.fr/~rougier/teaching/matplotlib/ >`_
47
+ by Nicolas P. Rougier
48
+
49
+
You can’t perform that action at this time.
0 commit comments