File tree 2 files changed +2
-2
lines changed
doc/api/next_api_changes/behavior
examples/subplots_axes_and_figures
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ New `.Axes3D` objects previously added themselves to figures when they were
5
5
created, which lead to them being added twice if
6
6
``fig.add_subplot(111, projection='3d') `` was called. Now ``ax = Axes3d(fig) ``
7
7
will need to be explicitly added to the figure with ``fig.add_axes(ax) ``, as
8
- also needs to be done for normal `.Axes `.
8
+ also needs to be done for normal `axes .Axes `.
Original file line number Diff line number Diff line change 144
144
# Still there remains an unused empty space between the subplots.
145
145
#
146
146
# To precisely control the positioning of the subplots, one can explicitly
147
- # create a `.GridSpec` with `.add_gridspec`, and then call its
147
+ # create a `.GridSpec` with `Figure .add_gridspec`, and then call its
148
148
# `~.GridSpecBase.subplots` method. For example, we can reduce the height
149
149
# between vertical subplots using ``add_gridspec(hspace=0)``.
150
150
#
You can’t perform that action at this time.
0 commit comments