-
Notifications
You must be signed in to change notification settings - Fork 25
/
matplotlib_resources.html
143 lines (134 loc) · 4.46 KB
/
matplotlib_resources.html
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html>
<script type="text/javascript">var blog_title = "Matplotlib Resources";</script>
<script type="text/javascript">var publication_date = "March 29, 2019";</script>
<head>
<link rel="icon" href="images/ml_logo.png">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<base target="_blank">
<script type="text/javascript" src="javascripts/blog_head.js"></script>
</head>
<body>
<script type="text/javascript" src="javascripts/blog_header.js"></script>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>
There are a lot of great Matplotlib reference pages and examples
online, but laying hands on one inthe moment you need it can be
challenging. Here's a list of things I've found helpful.
</p>
<h3> Resources </h3>
<h4><a href="https://matplotlib.org/api/index.html">
Matplotlib API documentation</a></h4>
<ul>
<li>
<a href="https://matplotlib.org/api/axes_api.html">
Axes
</a>
</li>
<li>
<a href="https://matplotlib.org/api/_as_gen/matplotlib.lines.Line2D.html#matplotlib.lines.Line2D">
Line2D
</a>
</li>
<li>
<a href="https://matplotlib.org/api/figure_api.html">
Figure
</a>
</li>
<li>
<a href="https://matplotlib.org/api/markers_api.html">
Markers
</a>
</li>
<li>
<a href="https://matplotlib.org/users/text_props.html">
Text
</a>
</li>
<li>
<a href="https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.annotate.html">
Annotation
</a>
</li>
<li>
<a href="https://matplotlib.org/api/_as_gen/matplotlib.pyplot.tick_params.html">
<code>tick_params()</code>
</a>
</li>
<li>
<a href="https://matplotlib.org/api/ticker_api.html">
ticker
</a>
</li>
<li>
<a href="link">
title
</a>
</li>
</ul>
<h4>Galleries</h4>
<ul>
<li>
<a href="https://matplotlib.org/users/text_intro.html">
Text
</a>
</li>
<li>
<a href="https://matplotlib.org/gallery/pyplots/whats_new_98_4_fancy.html#sphx-glr-gallery-pyplots-whats-new-98-4-fancy-py">
Annotation and Bounding Boxes
</a>
</li>
<li>
<a href="https://matplotlib.org/gallery/ticks_and_spines/tick-formatters.html">
tick Formatters
</a>
</li>
<li>
<a href="https://matplotlib.org/gallery/ticks_and_spines/tick-locators.html">
tick Locators
</a>
</li>
<li>
<a href="https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.grid.html">
<code>grid()</code>
</a>
</li>
<li>
<a href="link">
title
</a>
</li>
</ul>
<h4>Tutorials</h4>
<ul>
<li>
Ben Root's <a href="https://github.com/matplotlib/AnatomyOfMatplotlib">
Anantomy of Matplotlib</a>
</li>
<li>
<a href="link">
title
</a>
</li>
</ul>
<script type="text/javascript" src="javascripts/blog_signature.js"></script>
</section>
</div>
<script type="text/javascript" src="javascripts/blog_footer.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10180621-3");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>