@@ -90,7 +90,7 @@ methods for its *xy1*, *xy2* and *slope* attributes:
9090 Clipping for contour plots
9191--------------------------
9292
93- `- .Axes.contour ` and `- .Axes.contourf ` now accept the *clip_path * parameter.
93+ `~ .Axes.contour ` and `~ .Axes.contourf ` now accept the *clip_path * parameter.
9494
9595.. plot ::
9696 :include-source: true
@@ -114,7 +114,7 @@ Clipping for contour plots
114114
115115``Axes.ecdf ``
116116-------------
117- A new Axes method, `- .Axes.ecdf `, allows plotting empirical cumulative
117+ A new Axes method, `~ .Axes.ecdf `, allows plotting empirical cumulative
118118distribution functions without any binning.
119119
120120.. plot ::
@@ -228,19 +228,19 @@ Note that an explicit alpha keyword argument will override an alpha value from
228228The pie chart shadow can be controlled
229229--------------------------------------
230230
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
232232of the `.Shadow `-patch used.
233233
234234
235235``PolyQuadMesh `` is a new class for drawing quadrilateral meshes
236236----------------------------------------------------------------
237237
238- `- .Axes.pcolor ` previously returned a flattened `.PolyCollection ` with only
238+ `~ .Axes.pcolor ` previously returned a flattened `.PolyCollection ` with only
239239the valid polygons (unmasked) contained within it. Now, we return a `.PolyQuadMesh `,
240240which is a mixin incorporating the usefulness of 2D array and mesh coordinates
241241handling, but still inheriting the draw methods of `.PolyCollection `, which enables
242242more 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
244244should still behave the same as before. This new class keeps track of the mask for
245245the user and updates the Polygons that are sent to the renderer appropriately.
246246
@@ -296,7 +296,7 @@ will now use the padding sizes defined on the layout engine.
296296Add a public method to modify the location of ``Legend ``
297297--------------------------------------------------------
298298
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.
300300
301301.. plot ::
302302 :include-source: true
0 commit comments