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

Skip to content

Commit 3a6270c

Browse files
committed
Documented the changes
1 parent 96ee5b2 commit 3a6270c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2013-06-26 Refactored the axes module: the axes module is now a folder,
2+
containing the following submodule:
3+
- _subplots.py, containing all the subplots helper methods
4+
- _base.py, containing several private methods and a new
5+
_AxesBase class. This _AxesBase class contains all the methods
6+
that are not directly linked to plots of the "old" Axes
7+
- _axes.py contains the Axes class. This class now inherits from
8+
_AxesBase: it contains all "plotting" methods and labelling
9+
methods.
10+
This refactoring should not affect the API. Only private methods
11+
are not importable from the axes module anymore.
12+
113
2013-05-18 Added support for arbitrary rasterization resolutions to the
214
SVG backend. Previously the resolution was hard coded to 72
315
dpi. Now the backend class takes a image_dpi argument for

0 commit comments

Comments
 (0)