-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathmatplotlib.axes.Axes.add_patch.html
More file actions
305 lines (280 loc) · 24.4 KB
/
matplotlib.axes.Axes.add_patch.html
File metadata and controls
305 lines (280 loc) · 24.4 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
<!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" />
<title>matplotlib.axes.Axes.add_patch — Matplotlib 2.2.5 documentation</title>
<link rel="stylesheet" href="../../_static/mpl.css"
type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css"
type="text/css" />
<link rel="stylesheet" href="../../_static/graphviz.css" type="text/css" />
<link rel="stylesheet" href="../../_static/gallery.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '2.2.5',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</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>
<script type="text/javascript" src="../../_static/language_data.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="Search within Matplotlib 2.2.5 documentation"
href="../../_static/opensearch.xml"/>
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
<link rel="index" title="Index" href="../../genindex.html"
/>
<link rel="search" title="Search" href="../../search.html"
/>
<link rel="top" title="Matplotlib 2.2.5 documentation" href="../../index.html" />
<link rel="up" title="Axes class" href="../axes_api.html" />
<link rel="next" title="matplotlib.axes.Axes.add_table" href="matplotlib.axes.Axes.add_table.html" />
<link rel="prev" title="matplotlib.axes.Axes.add_line" href="matplotlib.axes.Axes.add_line.html" />
<link rel="canonical" href="https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.add_patch.html" />
<script data-domain="matplotlib.org" defer="defer" src="https://views.scientific-python.org/js/script.js"></script>
</head>
<body>
<div id="unreleased-message"> You are reading an old version of the documentation (v2.2.5). For the latest version see <a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.add_patch.html">https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.add_patch.html</a></div>
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
<a href="../../index.html">
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.5</span></div>
<img src="../../_static/logo2.png" height="125px" border="0" alt="matplotlib"/></a>
<!-- The "Fork me on github" ribbon -->
<div id="forkongithub"><a href="https://github.com/matplotlib/matplotlib">Fork me on GitHub</a></div>
</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="matplotlib.axes.Axes.add_table.html" title="matplotlib.axes.Axes.add_table"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="matplotlib.axes.Axes.add_line.html" title="matplotlib.axes.Axes.add_line"
accesskey="P">previous</a> |</li>
<li><a href="../../index.html">home</a>| </li>
<li><a href="../../gallery/index.html">examples</a>| </li>
<li><a href="../../tutorials/index.html">tutorials</a>| </li>
<li><a href="../pyplot_summary.html">pyplot</a>| </li>
<li><a href="../../contents.html">docs</a> »</li>
<li><a href="../index.html" >The Matplotlib API</a> »</li>
<li><a href="../axes_api.html" accesskey="U"><code class="docutils literal notranslate"><span class="pre">Axes</span></code> class</a> »</li>
</ul>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
<h3><a href="../../contents.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">matplotlib.axes.Axes.add_patch</a><ul>
<li><a class="reference internal" href="#examples-using-matplotlib-axes-axes-add-patch">Examples using <code class="docutils literal notranslate"><span class="pre">matplotlib.axes.Axes.add_patch</span></code></a></li>
</ul>
</li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../../contents.html">Documentation overview</a><ul>
<li><a href="../index.html">The Matplotlib API</a><ul>
<li><a href="../axes_api.html"><code class="docutils literal notranslate"><span class="pre">Axes</span></code> class</a><ul>
<li>Previous: <a href="matplotlib.axes.Axes.add_line.html" title="previous chapter">matplotlib.axes.Axes.add_line</a></li>
<li>Next: <a href="matplotlib.axes.Axes.add_table.html" title="next chapter">matplotlib.axes.Axes.add_table</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
</div>
<div id="sidebar-pagesource" role="note" aria-label="source link"
style="margin-top: 1.5em; padding-top: 0.1em; border-top: 1px solid #86989b">
<a href="../../_sources/api/_as_gen/matplotlib.axes.Axes.add_patch.rst.txt"
style="color: #c0c0c0" rel="nofollow">Show Page Source</a>
</div>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="matplotlib-axes-axes-add-patch">
<h1>matplotlib.axes.Axes.add_patch<a class="headerlink" href="#matplotlib-axes-axes-add-patch" title="Permalink to this headline">¶</a></h1>
<dl class="method">
<dt id="matplotlib.axes.Axes.add_patch">
<code class="descclassname">Axes.</code><code class="descname">add_patch</code><span class="sig-paren">(</span><em>p</em><span class="sig-paren">)</span><a class="headerlink" href="#matplotlib.axes.Axes.add_patch" title="Permalink to this definition">¶</a></dt>
<dd><p>Add a <a class="reference internal" href="matplotlib.patches.Patch.html#matplotlib.patches.Patch" title="matplotlib.patches.Patch"><code class="xref py py-class docutils literal notranslate"><span class="pre">Patch</span></code></a> <em>p</em> to the list of
axes patches; the clipbox will be set to the Axes clipping
box. If the transform is not set, it will be set to
<code class="xref py py-attr docutils literal notranslate"><span class="pre">transData</span></code>.</p>
<p>Returns the patch.</p>
</dd></dl>
<div class="section" id="examples-using-matplotlib-axes-axes-add-patch">
<h2>Examples using <code class="docutils literal notranslate"><span class="pre">matplotlib.axes.Axes.add_patch</span></code><a class="headerlink" href="#examples-using-matplotlib-axes-axes-add-patch" title="Permalink to this headline">¶</a></h2>
<div class="sphx-glr-thumbcontainer" tooltip="This example showcases the PathPatch object to create a Bezier polycurve path patch."><div class="figure" id="id1">
<img alt="../../_images/sphx_glr_quad_bezier_thumb.png" src="../../_images/sphx_glr_quad_bezier_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/api/quad_bezier.html#sphx-glr-gallery-api-quad-bezier-py"><span class="std std-ref">Bezier Curve</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Using a path patch to draw rectangles. The technique of using lots of Rectangle instances, or t..."><div class="figure" id="id2">
<img alt="../../_images/sphx_glr_histogram_path_thumb.png" src="../../_images/sphx_glr_histogram_path_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/api/histogram_path.html#sphx-glr-gallery-api-histogram-path-py"><span class="std std-ref">Building histograms using Rectangles and PolyCollections</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Compound Path Demo"><div class="figure" id="id3">
<img alt="../../_images/sphx_glr_compound_path_demo_thumb.png" src="../../_images/sphx_glr_compound_path_demo_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/pyplots/compound_path_demo.html#sphx-glr-gallery-pyplots-compound-path-demo-py"><span class="std std-ref">Compound Path Demo</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Text Layout"><div class="figure" id="id4">
<img alt="../../_images/sphx_glr_text_layout_thumb.png" src="../../_images/sphx_glr_text_layout_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/pyplots/text_layout.html#sphx-glr-gallery-pyplots-text-layout-py"><span class="std std-ref">Text Layout</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Axes Zoom Effect"><div class="figure" id="id5">
<img alt="../../_images/sphx_glr_axes_zoom_effect_thumb.png" src="../../_images/sphx_glr_axes_zoom_effect_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/subplots_axes_and_figures/axes_zoom_effect.html#sphx-glr-gallery-subplots-axes-and-figures-axes-zoom-effect-py"><span class="std std-ref">Axes Zoom Effect</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Visualizing boxplots with matplotlib."><div class="figure" id="id6">
<img alt="../../_images/sphx_glr_boxplot_demo_thumb.png" src="../../_images/sphx_glr_boxplot_demo_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/statistics/boxplot_demo.html#sphx-glr-gallery-statistics-boxplot-demo-py"><span class="std std-ref">Boxplots</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Many ways to plot images in Matplotlib."><div class="figure" id="id7">
<img alt="../../_images/sphx_glr_image_demo_thumb.png" src="../../_images/sphx_glr_image_demo_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/images_contours_and_fields/image_demo.html#sphx-glr-gallery-images-contours-and-fields-image-demo-py"><span class="std std-ref">Image Demo</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Make a compound path -- in this case two simple polygons, a rectangle and a triangle. Use CLOS..."><div class="figure" id="id8">
<img alt="../../_images/sphx_glr_compound_path_thumb.png" src="../../_images/sphx_glr_compound_path_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/shapes_and_collections/compound_path.html#sphx-glr-gallery-shapes-and-collections-compound-path-py"><span class="std std-ref">Compound path</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="This example shows how to create ~.path.Path and ~.patches.PathPatch objects through Matplotlib..."><div class="figure" id="id9">
<img alt="../../_images/sphx_glr_path_patch_thumb.png" src="../../_images/sphx_glr_path_patch_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/shapes_and_collections/path_patch.html#sphx-glr-gallery-shapes-and-collections-path-patch-py"><span class="std std-ref">PathPatch object</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Hatching (pattern filled polygons) is supported currently in the PS, PDF, SVG and Agg backends ..."><div class="figure" id="id10">
<img alt="../../_images/sphx_glr_hatch_demo_thumb.png" src="../../_images/sphx_glr_hatch_demo_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/shapes_and_collections/hatch_demo.html#sphx-glr-gallery-shapes-and-collections-hatch-demo-py"><span class="std std-ref">Hatch Demo</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Draw donuts (miam!) using ~.path.Path\s and ~.patches.PathPatch\es. This example shows the effe..."><div class="figure" id="id11">
<img alt="../../_images/sphx_glr_donut_thumb.png" src="../../_images/sphx_glr_donut_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/shapes_and_collections/donut.html#sphx-glr-gallery-shapes-and-collections-donut-py"><span class="std std-ref">Mmh Donuts!!!</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="This example shows how to draw, and manipulate shapes given vertices and nodes using the ~.path..."><div class="figure" id="id12">
<img alt="../../_images/sphx_glr_dolphin_thumb.png" src="../../_images/sphx_glr_dolphin_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/shapes_and_collections/dolphin.html#sphx-glr-gallery-shapes-and-collections-dolphin-py"><span class="std std-ref">Dolphins</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Fancyarrow Demo"><div class="figure" id="id13">
<img alt="../../_images/sphx_glr_fancyarrow_demo_thumb.png" src="../../_images/sphx_glr_fancyarrow_demo_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/text_labels_and_annotations/fancyarrow_demo.html#sphx-glr-gallery-text-labels-and-annotations-fancyarrow-demo-py"><span class="std std-ref">Fancyarrow Demo</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="You can precisely layout text in data or axes (0,1) coordinates. This example shows you some o..."><div class="figure" id="id14">
<img alt="../../_images/sphx_glr_text_alignment_thumb.png" src="../../_images/sphx_glr_text_alignment_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/text_labels_and_annotations/text_alignment.html#sphx-glr-gallery-text-labels-and-annotations-text-alignment-py"><span class="std std-ref">Precise text layout</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="The following examples show how it is possible to annotate plots in matplotlib. This includes h..."><div class="figure" id="id15">
<img alt="../../_images/sphx_glr_annotation_demo_thumb.png" src="../../_images/sphx_glr_annotation_demo_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/text_labels_and_annotations/annotation_demo.html#sphx-glr-gallery-text-labels-and-annotations-annotation-demo-py"><span class="std std-ref">Annotating Plots</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="This example demonstrates the "ggplot" style, which adjusts the style to emulate ggplot_ (a pop..."><div class="figure" id="id16">
<img alt="../../_images/sphx_glr_ggplot_thumb.png" src="../../_images/sphx_glr_ggplot_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/style_sheets/ggplot.html#sphx-glr-gallery-style-sheets-ggplot-py"><span class="std std-ref">ggplot style sheet</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Although this is a simple example, it demonstrates some important tweaks:"><div class="figure" id="id17">
<img alt="../../_images/sphx_glr_integral_thumb.png" src="../../_images/sphx_glr_integral_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/showcase/integral.html#sphx-glr-gallery-showcase-integral-py"><span class="std std-ref">Integral as the area under a curve</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="This example shows how to create the Firefox logo with path and patches."><div class="figure" id="id18">
<img alt="../../_images/sphx_glr_firefox_thumb.png" src="../../_images/sphx_glr_firefox_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/showcase/firefox.html#sphx-glr-gallery-showcase-firefox-py"><span class="std std-ref">Firefox</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Use a path patch to draw a bunch of rectangles for an animated histogram."><div class="figure" id="id19">
<img alt="../../_images/sphx_glr_animated_histogram_thumb.png" src="../../_images/sphx_glr_animated_histogram_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/animation/animated_histogram.html#sphx-glr-gallery-animation-animated-histogram-py"><span class="std std-ref">Animated histogram</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Inset Locator Demo"><div class="figure" id="id20">
<img alt="../../_images/sphx_glr_inset_locator_demo_thumb.png" src="../../_images/sphx_glr_inset_locator_demo_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/axes_grid1/inset_locator_demo.html#sphx-glr-gallery-axes-grid1-inset-locator-demo-py"><span class="std std-ref">Inset Locator Demo</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Example using mouse events to simulate a looking glass for inspecting data."><div class="figure" id="id21">
<img alt="../../_images/sphx_glr_looking_glass_thumb.png" src="../../_images/sphx_glr_looking_glass_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/event_handling/looking_glass.html#sphx-glr-gallery-event-handling-looking-glass-py"><span class="std std-ref">Looking Glass</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Creates two identical panels. Zooming in on the right panel will show a rectangle in the first..."><div class="figure" id="id22">
<img alt="../../_images/sphx_glr_viewlims_thumb.png" src="../../_images/sphx_glr_viewlims_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/event_handling/viewlims.html#sphx-glr-gallery-event-handling-viewlims-py"><span class="std std-ref">Viewlims</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Sharing events across GUIs."><div class="figure" id="id23">
<img alt="../../_images/sphx_glr_path_editor_thumb.png" src="../../_images/sphx_glr_path_editor_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/event_handling/path_editor.html#sphx-glr-gallery-event-handling-path-editor-py"><span class="std std-ref">Path Editor</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="This is an example to show how to build cross-GUI applications using Matplotlib event handling ..."><div class="figure" id="id24">
<img alt="../../_images/sphx_glr_poly_editor_thumb.png" src="../../_images/sphx_glr_poly_editor_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/event_handling/poly_editor.html#sphx-glr-gallery-event-handling-poly-editor-py"><span class="std std-ref">Poly Editor</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="The lines intersecting the rectangle are colored in red, while the others are left as blue line..."><div class="figure" id="id25">
<img alt="../../_images/sphx_glr_bbox_intersect_thumb.png" src="../../_images/sphx_glr_bbox_intersect_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/misc/bbox_intersect.html#sphx-glr-gallery-misc-bbox-intersect-py"><span class="std std-ref">Changing colors of lines intersecting a box</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Demonstrate SVG filtering effects which might be used with mpl. The pie chart drawing code is b..."><div class="figure" id="id26">
<img alt="../../_images/sphx_glr_svg_filter_pie_thumb.png" src="../../_images/sphx_glr_svg_filter_pie_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/misc/svg_filter_pie.html#sphx-glr-gallery-misc-svg-filter-pie-py"><span class="std std-ref">SVG Filter Pie</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Test unit support with each of the Matplotlib primitive artist types."><div class="figure" id="id27">
<img alt="../../_images/sphx_glr_artist_tests_thumb.png" src="../../_images/sphx_glr_artist_tests_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/units/artist_tests.html#sphx-glr-gallery-units-artist-tests-py"><span class="std std-ref">Artist tests</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Compare the ellipse generated with arcs versus a polygonal approximation"><div class="figure" id="id28">
<img alt="../../_images/sphx_glr_ellipse_with_units_thumb.png" src="../../_images/sphx_glr_ellipse_with_units_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../gallery/units/ellipse_with_units.html#sphx-glr-gallery-units-ellipse-with-units-py"><span class="std std-ref">Ellipse With Units</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Defining paths in your Matplotlib visualization."><div class="figure" id="id29">
<img alt="../../_images/sphx_glr_path_tutorial_thumb.png" src="../../_images/sphx_glr_path_tutorial_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../tutorials/advanced/path_tutorial.html#sphx-glr-tutorials-advanced-path-tutorial-py"><span class="std std-ref">Path Tutorial</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Like any graphics packages, Matplotlib is built on top of a transformation framework to easily ..."><div class="figure" id="id30">
<img alt="../../_images/sphx_glr_transforms_tutorial_thumb.png" src="../../_images/sphx_glr_transforms_tutorial_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../tutorials/advanced/transforms_tutorial.html#sphx-glr-tutorials-advanced-transforms-tutorial-py"><span class="std std-ref">Transformations Tutorial</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Matplotlib recognizes the following formats to specify a color:"><div class="figure" id="id31">
<img alt="../../_images/sphx_glr_colors_thumb.png" src="../../_images/sphx_glr_colors_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../tutorials/colors/colors.html#sphx-glr-tutorials-colors-colors-py"><span class="std std-ref">Specifying Colors</span></a></span></p>
</div>
</div><div class="sphx-glr-thumbcontainer" tooltip="Controlling properties of text and its layout with Matplotlib."><div class="figure" id="id32">
<img alt="../../_images/sphx_glr_text_props_thumb.png" src="../../_images/sphx_glr_text_props_thumb.png" />
<p class="caption"><span class="caption-text"><a class="reference internal" href="../../tutorials/text/text_props.html#sphx-glr-tutorials-text-text-props-py"><span class="std std-ref">Text properties and layout</span></a></span></p>
</div>
</div><div class="clearer"></div></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 - 2018 The Matplotlib development team.
<br />
Last updated on Feb 09, 2020.
Created using
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
Doc version v2.2.5-2-ga847ffac5.
</div>
</body>
<footer>
</footer>
</html>