@@ -90,7 +90,7 @@ methods for its *xy1*, *xy2* and *slope* attributes:
90
90
Clipping for contour plots
91
91
--------------------------
92
92
93
- `- .Axes.contour ` and `- .Axes.contourf ` now accept the *clip_path * parameter.
93
+ `~ .Axes.contour ` and `~ .Axes.contourf ` now accept the *clip_path * parameter.
94
94
95
95
.. plot ::
96
96
:include-source: true
@@ -114,7 +114,7 @@ Clipping for contour plots
114
114
115
115
``Axes.ecdf ``
116
116
-------------
117
- A new Axes method, `- .Axes.ecdf `, allows plotting empirical cumulative
117
+ A new Axes method, `~ .Axes.ecdf `, allows plotting empirical cumulative
118
118
distribution functions without any binning.
119
119
120
120
.. plot ::
@@ -228,19 +228,19 @@ Note that an explicit alpha keyword argument will override an alpha value from
228
228
The pie chart shadow can be controlled
229
229
--------------------------------------
230
230
231
- The *shadow * argument to `- .Axes.pie ` can now be a dict, allowing more control
231
+ The *shadow * argument to `~ .Axes.pie ` can now be a dict, allowing more control
232
232
of the `.Shadow `-patch used.
233
233
234
234
235
235
``PolyQuadMesh `` is a new class for drawing quadrilateral meshes
236
236
----------------------------------------------------------------
237
237
238
- `- .Axes.pcolor ` previously returned a flattened `.PolyCollection ` with only
238
+ `~ .Axes.pcolor ` previously returned a flattened `.PolyCollection ` with only
239
239
the valid polygons (unmasked) contained within it. Now, we return a `.PolyQuadMesh `,
240
240
which is a mixin incorporating the usefulness of 2D array and mesh coordinates
241
241
handling, but still inheriting the draw methods of `.PolyCollection `, which enables
242
242
more control over the rendering properties than a normal `.QuadMesh ` that is
243
- returned from `- .Axes.pcolormesh `. The new class subclasses `.PolyCollection ` and thus
243
+ returned from `~ .Axes.pcolormesh `. The new class subclasses `.PolyCollection ` and thus
244
244
should still behave the same as before. This new class keeps track of the mask for
245
245
the user and updates the Polygons that are sent to the renderer appropriately.
246
246
@@ -296,7 +296,7 @@ will now use the padding sizes defined on the layout engine.
296
296
Add a public method to modify the location of ``Legend ``
297
297
--------------------------------------------------------
298
298
299
- `- matplotlib.legend.Legend ` locations now can be tweaked after they've been defined.
299
+ `~ matplotlib.legend.Legend ` locations now can be tweaked after they've been defined.
300
300
301
301
.. plot ::
302
302
:include-source: true
0 commit comments