File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ help figure out possible sources of the changes you are experiencing.
11
11
For new features that were added to matplotlib, please see
12
12
:ref: `whats-new `.
13
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
+
14
26
15
27
.. _changes_in_1_3 :
16
28
You can’t perform that action at this time.
0 commit comments