@@ -35,9 +35,10 @@ by `PathCollection.get_array`)
3535
3636Such 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
4243Autoscaling
4344~~~~~~~~~~~
@@ -51,8 +52,8 @@ When the default `LogLocator` would generate no ticks for an axis (e.g., an
5152axis with limits from 0.31 to 0.39) or only a single tick, it now instead falls
5253back 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+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5657Calling `.Figure.add_subplot() ` with no positional arguments used to do
5758nothing; 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
109110The major tick labels could also be adjusted include hours and
110111minutes, as the minor ticks are gone, so the ``major_formatter ``
0 commit comments