From: John H. <jd...@gm...> - 2008-05-28 17:51:27
|
On Wed, May 28, 2008 at 12:37 PM, Tommy Grav <gr...@if...> wrote: > [skathi:~/Work/myCode/pyS3M] tgrav% python > ActivePython 2.5.1.1 (ActiveState Software Inc.) based on > Python 2.5.1 (r251:54863, May 1 2007, 17:40:00) > [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import numpy > >>> numpy.__version__ > '1.1.0'> >>> import matplotlib > >>> matplotlib.__version__ > '0.91.1' The latest release of matplotlib (0.91.2) should work with the latest release of numpy (1.1.0). Please test that configuration. Thanks, JDH |