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

Skip to content

Commit 7238e2c

Browse files
committed
DOC the refactoring of the axes module is now mentionned in the API_changes.rst file
1 parent 3a6270c commit 7238e2c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/api/api_changes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ help figure out possible sources of the changes you are experiencing.
1111
For new features that were added to matplotlib, please see
1212
:ref:`whats-new`.
1313

14+
Changes in 1.4.x
15+
================
16+
17+
* A major refactoring of the axes module was made. The axes module has been
18+
splitted into smaller modules:
19+
20+
- the `_base` module, which contains a new private _AxesBase class. This
21+
class contains all methods except plotting and labelling methods.
22+
- the `axes` module, which contains the Axes class. This class inherits
23+
from _AxesBase, and contains all plotting and labelling methods.
24+
- the `_subplot` module, with all the classes concerning subplotting.
25+
1426

1527
.. _changes_in_1_3:
1628

0 commit comments

Comments
 (0)