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

Skip to content

Commit 0e7854c

Browse files
committed
MNT: reorganize next_api again
1 parent ee2d046 commit 0e7854c

4 files changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Template for behaviour changes
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
TEXT Goes Here
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Template for deprecations
2+
~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
FIX ME: The *add_all* parameter of `.axes_grid1.axes_grid.Grid`,
5+
`.axes_grid1.axes_grid.ImageGrid`, `.axes_grid1.axes_rgb.make_rgb_axes` and
6+
`.axes_grid1.axes_rgb.RGBAxes` is deprecated. Axes are now always added to the
7+
parent figure, though they can be later removed with ``ax.remove()``.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Template for developments
2+
~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
FIX ME: The *add_all* parameter of `.axes_grid1.axes_grid.Grid`,
5+
`.axes_grid1.axes_grid.ImageGrid`, `.axes_grid1.axes_rgb.make_rgb_axes` and
6+
`.axes_grid1.axes_rgb.RGBAxes` is deprecated. Axes are now always added to the
7+
parent figure, though they can be later removed with ``ax.remove()``.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Template for removals
2+
~~~~~~~~~~~~~~~~~~~~~
3+
4+
FIX ME: The *add_all* parameter of `.axes_grid1.axes_grid.Grid`,
5+
`.axes_grid1.axes_grid.ImageGrid`, `.axes_grid1.axes_rgb.make_rgb_axes` and
6+
`.axes_grid1.axes_rgb.RGBAxes` is deprecated. Axes are now always added to the
7+
parent figure, though they can be later removed with ``ax.remove()``.

0 commit comments

Comments
 (0)