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

Skip to content

Commit 76ec3e1

Browse files
committed
Update API_CHANGES and CHANGELOG for stuff since 0.91.1
svn path=/trunk/matplotlib/; revision=4728
1 parent fc3bb81 commit 76ec3e1

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

API_CHANGES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
A warning is issued when an image is drawn on log-scaled
2+
axes, since it will not log-scale the image data.
3+
14
Moved rec2gtk to matplotlib.toolkits.gtktools
25

36
Moved rec2excel to matplotlib.toolkits.exceltools
47

5-
68
Removed, dead/experimental ExampleInfo, Namespace and Importer
79
code from matplotlib/__init__.py
810
0.91.1 Released
@@ -11,7 +13,7 @@
1113

1214
Changed cbook.is_file_like to cbook.is_writable_file_like and
1315
corrected behavior.
14-
16+
1517
Added ax kwarg to pyplot.colorbar and Figure.colorbar so that
1618
one can specify the axes object from which space for the colorbar
1719
is to be taken, if one does not want to make the colorbar axes

CHANGELOG

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
2007-12-10 Fix SVG text rendering bug.
1+
2007-12-12 Support alpha-blended text in the Agg and Svg backends -
2+
MGD
23

3-
2007-12-10 Increase accuracy of circle and ellipse drawing by using an 8-piece
4-
bezier approximation, rather than a 4-piece one. Fix PDF, SVG and
5-
Cairo backends so they can draw paths (meaning ellipses as well).
4+
2007-12-10 Fix SVG text rendering bug. - MGD
5+
6+
2007-12-10 Increase accuracy of circle and ellipse drawing by using an
7+
8-piece bezier approximation, rather than a 4-piece one.
8+
Fix PDF, SVG and Cairo backends so they can draw paths
9+
(meaning ellipses as well). - MGD
610

711
2007-12-07 Issue a warning when drawing an image on a non-linear axis. - MGD
812

@@ -18,6 +22,10 @@
1822
(This was a regression since 0.90 caused by the refactoring of
1923
font_manager.py) - MGD
2024

25+
2007-12-05 Support arbitrary rotation of usetex text in Agg backend. - MGD
26+
27+
2007-12-04 Support '|' as a character in mathtext - MGD
28+
2129
===============================================================
2230
2007-11-27 Released 0.91.1 at revision 4517
2331

0 commit comments

Comments
 (0)