@@ -35,9 +35,10 @@ by `PathCollection.get_array`)
35
35
36
36
Such points are now included, but masked out by returning a masked array.
37
37
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 `).
41
42
42
43
Autoscaling
43
44
~~~~~~~~~~~
@@ -51,8 +52,8 @@ When the default `LogLocator` would generate no ticks for an axis (e.g., an
51
52
axis with limits from 0.31 to 0.39) or only a single tick, it now instead falls
52
53
back on the linear `AutoLocator ` to pick reasonable tick positions.
53
54
54
- add_subplot with no arguments
55
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55
+ ` .Figure. add_subplot` with no arguments
56
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
57
Calling `.Figure.add_subplot() ` with no positional arguments used to do
57
58
nothing; this now is equivalent to calling ``add_subplot(111) `` instead.
58
59
@@ -103,8 +104,8 @@ labels to avoid them crashing into the minor tick labels. ::
103
104
ax.xaxis.remove_overlapping_locs = False
104
105
plt.show()
105
106
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 `).
108
109
109
110
The major tick labels could also be adjusted include hours and
110
111
minutes, as the minor ticks are gone, so the ``major_formatter ``
0 commit comments