Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3411279

Browse files
committed
fix references which had ~ replaced by -
1 parent 22ee745 commit 3411279

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/users/prev_whats_new/whats_new_3.8.0.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
118118
distribution functions without any binning.
119119

120120
.. plot::
@@ -228,19 +228,19 @@ Note that an explicit alpha keyword argument will override an alpha value from
228228
The 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
232232
of 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
239239
the valid polygons (unmasked) contained within it. Now, we return a `.PolyQuadMesh`,
240240
which is a mixin incorporating the usefulness of 2D array and mesh coordinates
241241
handling, but still inheriting the draw methods of `.PolyCollection`, which enables
242242
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
244244
should still behave the same as before. This new class keeps track of the mask for
245245
the 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.
296296
Add 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

Comments
 (0)