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
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
+
1
13
2013-05-18 Added support for arbitrary rasterization resolutions to the
2
14
SVG backend. Previously the resolution was hard coded to 72
3
15
dpi. Now the backend class takes a image_dpi argument for
You can’t perform that action at this time.
0 commit comments