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
2
2
requirements are backend dependent
3
3
4
4
If these requirements are satisfied, just do the usual thing:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ INTRODUCTION:
26
26
27
27
REQUIREMENTS:
28
28
29
- python 2.2+, and Numeric-22+. Other requirements are backend
29
+ python 2.2+, and Numeric-22+ or numarray . Other requirements are backend
30
30
dependent. See http://matplotlib.sourceforge.net/backends.html
31
31
32
32
INSTALL
Original file line number Diff line number Diff line change 272
272
273
273
-- DONE - support partial window expose redraws in agg
274
274
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
+
276
285
277
- - add get_xlim and get_ylim for patches
Original file line number Diff line number Diff line change 99
99
100
100
101
101
setup (name = "matplotlib" ,
102
- version = '0.52' ,
102
+ version = '0.52.1a ' ,
103
103
description = "Matlab style python plotting package" ,
104
104
author = "John D. Hunter" ,
105
105
author_email = "jdhunter@ace.bsd.uchicago.edu" ,
You can’t perform that action at this time.
0 commit comments