Skip to content

Commit

Permalink
DOC the refactoring of the axes module is now mentionned in the API_c…
Browse files Browse the repository at this point in the history
…hanges.rst file
  • Loading branch information
NelleV committed Jun 29, 2013
1 parent 3a6270c commit 7238e2c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ help figure out possible sources of the changes you are experiencing.
For new features that were added to matplotlib, please see
:ref:`whats-new`.

Changes in 1.4.x
================

* A major refactoring of the axes module was made. The axes module has been
splitted into smaller modules:

- the `_base` module, which contains a new private _AxesBase class. This
class contains all methods except plotting and labelling methods.
- the `axes` module, which contains the Axes class. This class inherits
from _AxesBase, and contains all plotting and labelling methods.
- the `_subplot` module, with all the classes concerning subplotting.


.. _changes_in_1_3:

Expand Down

0 comments on commit 7238e2c

Please sign in to comment.