Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6270c commit 7238e2cCopy full SHA for 7238e2c
1 file changed
doc/api/api_changes.rst
@@ -11,6 +11,18 @@ help figure out possible sources of the changes you are experiencing.
11
For new features that were added to matplotlib, please see
12
:ref:`whats-new`.
13
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
26
27
.. _changes_in_1_3:
28
0 commit comments