File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1- matplotlib requires python 2.2+, and Numeric-22+. The other
1+ matplotlib requires python 2.2+, and Numeric-22+ or numarray . The other
22requirements are backend dependent
33
44If these requirements are satisfied, just do the usual thing:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ INTRODUCTION:
2626
2727REQUIREMENTS:
2828
29- python 2.2+, and Numeric-22+. Other requirements are backend
29+ python 2.2+, and Numeric-22+ or numarray . Other requirements are backend
3030 dependent. See http://matplotlib.sourceforge.net/backends.html
3131
3232INSTALL
Original file line number Diff line number Diff line change 272272
273273-- DONE - support partial window expose redraws in agg
274274
275- -- Fix datalim problem with aspect preserved for image backend
275+ -- fix datalim problem with aspect preserved for image backend
276+
277+ -- add get_xlim and get_ylim for patches
278+
279+ -- mathtext size not scaling with DPI
280+
281+ -- implement Paul's mathtext parser fixes
282+
283+ -- rotated mathtext
284+
276285
277- - add get_xlim and get_ylim for patches
Original file line number Diff line number Diff line change 9999
100100
101101setup (name = "matplotlib" ,
102- version = '0.52' ,
102+ version = '0.52.1a ' ,
103103 description = "Matlab style python plotting package" ,
104104 author = "John D. Hunter" ,
105105 author_email = "jdhunter@ace.bsd.uchicago.edu" ,
You can’t perform that action at this time.
0 commit comments