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

Skip to content

Commit 8fe8c14

Browse files
committed
DOC: add more cross-references
1 parent cdb9e14 commit 8fe8c14

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/api/prev_api_changes/api_changes_3.1.0.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ by `PathCollection.get_array`)
3535

3636
Such points are now included, but masked out by returning a masked array.
3737

38-
If the *plotnonfinite* kwarg to `~.Axes.scatter` is set, then points with
39-
nonfinite values are plotted using the bad color of the `PathCollection`\ 's
40-
colormap (as set by `Colormap.set_bad`).
38+
If the *plotnonfinite* kwarg to `~.Axes.scatter` is set, then points
39+
with nonfinite values are plotted using the bad color of the
40+
`.collections.PathCollection`\ 's colormap (as set by
41+
:meth:`.colors.Colormap.set_bad`).
4142

4243
Autoscaling
4344
~~~~~~~~~~~
@@ -51,8 +52,8 @@ When the default `LogLocator` would generate no ticks for an axis (e.g., an
5152
axis with limits from 0.31 to 0.39) or only a single tick, it now instead falls
5253
back on the linear `AutoLocator` to pick reasonable tick positions.
5354

54-
add_subplot with no arguments
55-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55+
`.Figure.add_subplot` with no arguments
56+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5657
Calling `.Figure.add_subplot()` with no positional arguments used to do
5758
nothing; this now is equivalent to calling ``add_subplot(111)`` instead.
5859

@@ -103,8 +104,8 @@ labels to avoid them crashing into the minor tick labels. ::
103104
ax.xaxis.remove_overlapping_locs = False
104105
plt.show()
105106

106-
Setting the `Axis.remove_overlapping_locs` property (also available
107-
via `Axis.set_remove_overlapping_locs` and `~pyplot.setp`).
107+
Setting the `.Axis.remove_overlapping_locs` property (also available
108+
via `.Axis.set_remove_overlapping_locs` and `~.pyplot.setp`).
108109

109110
The major tick labels could also be adjusted include hours and
110111
minutes, as the minor ticks are gone, so the ``major_formatter``

0 commit comments

Comments
 (0)