|
From: John H. <jdh...@ac...> - 2004-09-30 14:31:04
|
>>>>> "Curtis" == Curtis Cooper <cu...@hi...> writes:
>> Could you test this with 0.63 and if the problem persists post
>> a minimal script that exposes the bug?
Curtis> In matplotlib-0.63.0, I can't even get the examples
Curtis> pcolor_demo.py and pcolor_demo2.py to work properly. My
Curtis> code mimics these examples closely. Once they are working
Curtis> again, I will send you an example of the colorbar tick
Curtis> format issue.
Strange. pcolor_demo.py and pcolor_demo2.py work fine for me on linux
and win32.
Try rm -rf site-packages/matplotlib and the 'build' dir of your
matplotlib install tree, and reinstall.
What, by the way, does it mean to "not work properly". Is this a
crash? Note an image interpolation bug was fixed in 0.63.0 which will
cause the axes limits to be a little different for imshow calls than
they were before. Earlier versions of matplotlib set the viewlim to
hide the edge artifacts, which no longer exist.
JDH
|