forked from matplotlib/matplotlib.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeginner.html
More file actions
426 lines (371 loc) · 20.5 KB
/
beginner.html
File metadata and controls
426 lines (371 loc) · 20.5 KB
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0; url=./index.html" />
<link rel="canonical" href="https://matplotlib.org/users/index.html" />
<title>Beginner’s Guide — Matplotlib 1.5.3 documentation</title>
<link rel="stylesheet" href="../_static/mpl.css"
type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css"
type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '1.5.3',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Matplotlib 1.5.3 documentation"
href="../_static/opensearch.xml"/>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="top" title="Matplotlib 1.5.3 documentation" href="../index.html" />
<link rel="up" title="User’s Guide" href="index.html" />
<link rel="next" title="Pyplot tutorial" href="pyplot_tutorial.html" />
<link rel="prev" title="Using matplotlib in a python shell" href="shell.html" />
</head>
<body>
<div class="alert" style="background-color: #FEA46C; padding: 10px 0;
">
<h2>Matplotlib 2.0.0rc2 is available</h2>
<p><a href="../style_changes.html"
style="font-weight: bold;
color: #11557C;">Install the release candidate now!</a></p>
</div>
<!-- The "Fork me on github" ribbon -->
<img style="float: right; margin-bottom: -40px; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" usemap="#ribbonmap"/>
<map name="ribbonmap">
<area shape="poly" coords="15,0,148,-1,148,135" href="https://github.com/matplotlib/matplotlib" title="Fork me on GitHub" />
</map>
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<a href="../index.html"><img src="../_static/logo2.svg" width="540px" border="0" alt="matplotlib"/></a>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="pyplot_tutorial.html" title="Pyplot tutorial"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="shell.html" title="Using matplotlib in a python shell"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">home</a>| </li>
<li><a href="../examples/index.html">examples</a>| </li>
<li><a href="../gallery.html">gallery</a>| </li>
<li><a href="../api/pyplot_summary.html">pyplot</a>| </li>
<li><a href="../contents.html">docs</a> »</li>
<li><a href="index.html" accesskey="U">User’s Guide</a> »</li>
</ul>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<a href="http://depsy.org/package/python/matplotlib">
<img src="http://depsy.org/api/package/pypi/matplotlib/badge.svg">
</a>
<br/>
Travis-CI: <a href="https://travis-ci.org/matplotlib/matplotlib">
<img src="https://travis-ci.org/matplotlib/matplotlib.svg?branch=master"/>
</a>
<br/><div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../contents.html">Documentation overview</a><ul>
<li><a href="index.html">User’s Guide</a><ul>
<li>Previous: <a href="shell.html" title="previous chapter">Using matplotlib in a python shell</a></li>
<li>Next: <a href="pyplot_tutorial.html" title="next chapter">Pyplot tutorial</a></li>
</ul></li>
</ul></li>
</ul>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/users/beginner.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="beginner-s-guide">
<span id="beginners-guide-index"></span><h1>Beginner’s Guide<a class="headerlink" href="#beginner-s-guide" title="Permalink to this headline">¶</a></h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Release:</th><td class="field-body">1.5.3</td>
</tr>
<tr class="field-even field"><th class="field-name">Date:</th><td class="field-body">December 19, 2016</td>
</tr>
</tbody>
</table>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="pyplot_tutorial.html">Pyplot tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pyplot_tutorial.html#controlling-line-properties">Controlling line properties</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyplot_tutorial.html#working-with-multiple-figures-and-axes">Working with multiple figures and axes</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyplot_tutorial.html#working-with-text">Working with text</a></li>
<li class="toctree-l2"><a class="reference internal" href="pyplot_tutorial.html#logarithmic-and-other-nonlinear-axis">Logarithmic and other nonlinear axis</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="style_sheets.html">Customizing plots with style sheets</a><ul>
<li class="toctree-l2"><a class="reference internal" href="style_sheets.html#defining-your-own-style">Defining your own style</a></li>
<li class="toctree-l2"><a class="reference internal" href="style_sheets.html#composing-styles">Composing styles</a></li>
<li class="toctree-l2"><a class="reference internal" href="style_sheets.html#temporary-styling">Temporary styling</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="navigation_toolbar.html">Interactive navigation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="navigation_toolbar.html#navigation-keyboard-shortcuts">Navigation Keyboard Shortcuts</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="index_text.html">Working with text</a><ul>
<li class="toctree-l2"><a class="reference internal" href="text_intro.html">Text introduction</a></li>
<li class="toctree-l2"><a class="reference internal" href="text_intro.html#basic-text-commands">Basic text commands</a></li>
<li class="toctree-l2"><a class="reference internal" href="text_props.html">Text properties and layout</a></li>
<li class="toctree-l2"><a class="reference internal" href="mathtext.html">Writing mathematical expressions</a></li>
<li class="toctree-l2"><a class="reference internal" href="pgf.html">Typesetting With XeLaTeX/LuaLaTeX</a></li>
<li class="toctree-l2"><a class="reference internal" href="usetex.html">Text rendering With LaTeX</a></li>
<li class="toctree-l2"><a class="reference internal" href="annotations_intro.html">Annotating text</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="image_tutorial.html">Image tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="image_tutorial.html#startup-commands">Startup commands</a></li>
<li class="toctree-l2"><a class="reference internal" href="image_tutorial.html#importing-image-data-into-numpy-arrays">Importing image data into Numpy arrays</a></li>
<li class="toctree-l2"><a class="reference internal" href="image_tutorial.html#plotting-numpy-arrays-as-images">Plotting numpy arrays as images</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="legend_guide.html">Legend guide</a><ul>
<li class="toctree-l2"><a class="reference internal" href="legend_guide.html#controlling-the-legend-entries">Controlling the legend entries</a></li>
<li class="toctree-l2"><a class="reference internal" href="legend_guide.html#creating-artists-specifically-for-adding-to-the-legend-aka-proxy-artists">Creating artists specifically for adding to the legend (aka. Proxy artists)</a></li>
<li class="toctree-l2"><a class="reference internal" href="legend_guide.html#legend-location">Legend location</a></li>
<li class="toctree-l2"><a class="reference internal" href="legend_guide.html#multiple-legends-on-the-same-axes">Multiple legends on the same Axes</a></li>
<li class="toctree-l2"><a class="reference internal" href="legend_guide.html#legend-handlers">Legend Handlers</a></li>
<li class="toctree-l2"><a class="reference internal" href="legend_guide.html#known-examples-of-using-legend">Known examples of using legend</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="annotations_guide.html">Annotating Axes</a><ul>
<li class="toctree-l2"><a class="reference internal" href="annotations_guide.html#annotating-with-text-with-box">Annotating with Text with Box</a></li>
<li class="toctree-l2"><a class="reference internal" href="annotations_guide.html#annotating-with-arrow">Annotating with Arrow</a></li>
<li class="toctree-l2"><a class="reference internal" href="annotations_guide.html#placing-artist-at-the-anchored-location-of-the-axes">Placing Artist at the anchored location of the Axes</a></li>
<li class="toctree-l2"><a class="reference internal" href="annotations_guide.html#using-complex-coordinate-with-annotation">Using Complex Coordinate with Annotation</a></li>
<li class="toctree-l2"><a class="reference internal" href="annotations_guide.html#using-connectorpatch">Using ConnectorPatch</a></li>
<li class="toctree-l2"><a class="reference internal" href="annotations_guide.html#zoom-effect-between-axes">Zoom effect between Axes</a></li>
<li class="toctree-l2"><a class="reference internal" href="annotations_guide.html#define-custom-boxstyle">Define Custom BoxStyle</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="screenshots.html">Screenshots</a><ul>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#simple-plot">Simple Plot</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#subplot-demo">Subplot demo</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#histograms">Histograms</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#path-demo">Path demo</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#mplot3d">mplot3d</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#streamplot">Streamplot</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#ellipses">Ellipses</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#bar-charts">Bar charts</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#pie-charts">Pie charts</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#table-demo">Table demo</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#scatter-demo">Scatter demo</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#slider-demo">Slider demo</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#fill-demo">Fill demo</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#date-demo">Date demo</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#financial-charts">Financial charts</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#basemap-demo">Basemap demo</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#log-plots">Log plots</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#polar-plots">Polar plots</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#legends">Legends</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#mathtext-examples">Mathtext_examples</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#native-tex-rendering">Native TeX rendering</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#eeg-demo">EEG demo</a></li>
<li class="toctree-l2"><a class="reference internal" href="screenshots.html#xkcd-style-sketch-plots">XKCD-style sketch plots</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="colormaps.html">Choosing Colormaps</a><ul>
<li class="toctree-l2"><a class="reference internal" href="colormaps.html#overview">Overview</a></li>
<li class="toctree-l2"><a class="reference internal" href="colormaps.html#classes-of-colormaps">Classes of colormaps</a></li>
<li class="toctree-l2"><a class="reference internal" href="colormaps.html#lightness-of-matplotlib-colormaps">Lightness of matplotlib colormaps</a></li>
<li class="toctree-l2"><a class="reference internal" href="colormaps.html#grayscale-conversion">Grayscale conversion</a></li>
<li class="toctree-l2"><a class="reference internal" href="colormaps.html#color-vision-deficiencies">Color vision deficiencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="colormaps.html#references">References</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="colormapnorms.html">Colormap Normalization</a><ul>
<li class="toctree-l2"><a class="reference internal" href="colormapnorms.html#logarithmic">Logarithmic</a></li>
<li class="toctree-l2"><a class="reference internal" href="colormapnorms.html#symmetric-logarithmic">Symmetric logarithmic</a></li>
<li class="toctree-l2"><a class="reference internal" href="colormapnorms.html#power-law">Power-law</a></li>
<li class="toctree-l2"><a class="reference internal" href="colormapnorms.html#discrete-bounds">Discrete bounds</a></li>
<li class="toctree-l2"><a class="reference internal" href="colormapnorms.html#custom-normalization-two-linear-ranges">Custom normalization: Two linear ranges</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team; 2012 - 2014 The matplotlib development team.
Last updated on Dec 19, 2016.
Created using <a
href="http://sphinx-doc.org/">Sphinx</a> 1.4.3.
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55954603-1', 'auto');
ga('send', 'pageview');
</script>
</body>
<footer>
<!--Flipcause Integration v3.0// Flipcause Integration Instructions:
Install the following code block once in the website Header (after <head> tag) -->
<style>
.fc-black_overlay{
display:none; position: fixed; z-index:1000001; top: 0%;left: 0%;width: 100%;height: 100%;
background-color: black; filter: alpha(opacity=50); cursor:pointer; opacity:0.5;
}
.fc-white_content {
opacity:1; display:none; margin-top: -320px; margin-left: -485px; width:970px; height:640px;
position:fixed; top:50%; left:50%; border: none;z-index:1000002;overflow: auto;
}
.fc-main-box{
opacity:1; display:none; margin:15px auto 0 auto; width:930px; position:relative; z-index:1000003;
}
.fc-widget_close{
opacity:1; content:url(http://i1338.photobucket.com/albums/o691/WeCause/X_zpse4a7e538.png);
position:absolute; z-index=1000004; right:-16px; top:-16px; display:block; cursor:pointer;
}
.floating_button{
display: block; margin-top: 0px; margin-left: 0px; width:auto ; height: auto;
position:fixed; z-index:999999; overflow: auto;
}
@keyframes backfadesin {
from { opacity:0; }
to {opacity:.5;}
}
@-moz-keyframes backfadesin {
from { opacity:0; }
to {opacity:.5;}
}
@-webkit-keyframes backfadesin {
from { opacity:0; }
to {opacity:.5;}
}
@-o-keyframes backfadesin {
from { opacity:0; }
to {opacity:.5;}
}
@-ms-keyframes backfadesin {
from { opacity:0; }
to {opacity:.5;}
}
@keyframes fadesin {
0%{ opacity:0; }
50%{ opacity:0; }
75% {opacity: 0; transform: translateY(20px);}
100% {opacity: 1; transform: translateY(0);}
}
@-moz-keyframes fadesin {
0%{ opacity:0; }
50%{ opacity:0; }
75% {opacity: 0; -moz-transform: translateY(20px);}
100% {opacity: 1; -moz-transform: translateY(0);}
}
@-webkit-keyframes fadesin {
0%{ opacity:0; }
50%{ opacity:0; }
75% {opacity: 0; -webkit-transform: translateY(20px);}
100% {opacity: 1; -webkit-transform: translateY(0);}
}
@-o-keyframes fadesin {
0%{ opacity:0; }
50%{ opacity:0; }
75% {opacity: 0; -o-transform: translateY(20px);}
100% {opacity: 1; -o-transform: translateY(0);}
}
@-ms-keyframes fadesin {
0%{ opacity:0; }
50%{ opacity:0; }
75% {opacity: 0; -ms-transform: translateY(20px);}
100% {opacity: 1; -ms-transform: translateY(0);}
}
</style>
<script>
function open_window(cause_id) {
var protocol=String(document.location.protocol);
var new_url;
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){
new_url="https://www.flipcause.com/widget/"+cause_id
window.open(new_url);
}
else {
document.getElementById("fc-fade").style.display = "block";
document.getElementById("fc-fade").style.webkitAnimation = "backfadesin 1s";
document.getElementById("fc-fade").style.animation = "backfadesin 1s";
document.getElementById("fc-fade").style.mozAnimation = "backfadesin 1s";
document.getElementById("fc-light").style.display = "block";
document.getElementById("fc-light").style.webkitAnimation = "fadesin 1.5s";
document.getElementById("fc-light").style.animation = "fadesin 1.5s";
document.getElementById("fc-light").style.mozAnimation = "fadesin 1.5s";
document.getElementById("fc-main").style.display = "block";
document.getElementById("fc-main").style.webkitAnimation = "fadesin 1.5s";
document.getElementById("fc-main").style.animation = "fadesin 1.5s";
document.getElementById("fc-main").style.mozAnimation = "fadesin 1.5s";
document.getElementById("fc-close").style.display = "block";
document.getElementById("fc-close").style.webkitAnimation = "fadesin 1.5s";
document.getElementById("fc-close").style.animation = "fadesin 1.5s";
document.getElementById("fc-close").style.mozAnimation = "fadesin 1.5s";
document.getElementById("fc-myFrame").style.display = "block";
document.getElementById("fc-myFrame").style.webkitAnimation = "fadesin 1.5s";
document.getElementById("fc-myFrame").style.animation = "fadesin 1.5s";
document.getElementById("fc-myFrame").style.mozAnimation = "fadesin 1.5s";
document.getElementById("fc-myFrame").src="https://www.flipcause.com/widget/"+cause_id;
}
}
function close_window() {
document.getElementById("fc-fade").style.display="none";
document.getElementById("fc-light").style.display="none";
document.getElementById("fc-main").style.display="none";
document.getElementById("fc-close").style.display="none";
document.getElementById("fc-myFrame").style.display="none";
}
</script>
<div id="fc-fade" class="fc-black_overlay" onclick="close_window()"></div>
<div id="fc-light" class="fc-white_content">
<div id="fc-main" class="fc-main-box">
<div id="fc-close" class="fc-widget_close" onclick="close_window()">
</div><iframe id="fc-myFrame" iframe height="580" width="925" style="border: 0;
border-radius:5px 5px 5px 5px; box-shadow:0 0 8px rgba(0, 0, 0, 0.5);" scrolling="no" src=""></iframe></div>
</div>
<!--END Flipcause Main Integration Code-->
</footer>
</html>