Skip to content

Commit 0b480ca

Browse files
committed
updated numarray install docs
svn path=/trunk/matplotlib/; revision=186
1 parent 31f1a75 commit 0b480ca

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
matplotlib requires python 2.2+, and Numeric-22+. The other
1+
matplotlib requires python 2.2+, and Numeric-22+ or numarray. The other
22
requirements are backend dependent
33

44
If these requirements are satisfied, just do the usual thing:

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ INTRODUCTION:
2626

2727
REQUIREMENTS:
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

3232
INSTALL

TODO

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,14 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100

101101
setup(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",

0 commit comments

Comments
 (0)