File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
8100.91.1 Released
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
Original file line number Diff line number Diff line change 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
7112007-12-07 Issue a warning when drawing an image on a non-linear axis. - MGD
812
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===============================================================
22302007-11-27 Released 0.91.1 at revision 4517
2331
You can’t perform that action at this time.
0 commit comments