From: John H. <jdh...@ac...> - 2005-03-04 14:39:31
|
>>>>> "Arnold" == Arnold Moene <arn...@wu...> writes: Arnold> Dear all, The following simple script gives an error on Arnold> matplotlib-0.72.1: # Start script from pylab import * from Arnold> Numeric import * Arnold> x=arange(0.1,10,0.1) y=sin(x) Arnold> grid() plot(x,y) savefig('foo.eps') # end script Arnold> The error disappears when I remove the grid() switch. I cannot replicate this bug with 0.72.1 or matplotlib CVS. Could you rm -rf site-packages/matplotlib, reinstall, and run your script with --verbose-helpful? If you still get the error, send the output of the run so I can use the extra diagnostic information. Thanks, JDH |