Re: [matplotlib-devel] Unit-Test Structure Submitted

2009-02-18 Thread Fernando Perez
On Wed, Feb 18, 2009 at 11:43 AM, James Evans wrote: > All, > > I have just submitted a first-cut at a unit-test harness. The unit-tests do > require the use of the 'nose' python module. [...] > Any questions or comments? This is great, many thanks! I'd just suggest, if possible, adding a to

Re: [matplotlib-devel] Bug in xlim or savefig or hist?

2009-02-18 Thread Olle Engdegård
On Wed, 18 Feb 2009, Joshua Lippai wrote: > Interesting. I can't reproduce your result using either the MacOSX or > WXAgg backend. Which backend are you using, and does the problem > persist if you use a different one? Hmm, I see it in at least WXAgg, WX, GTKAgg ... /Olle --

[matplotlib-devel] Test

2009-02-18 Thread Nils Wagner
python -i svn/matplotlib/test/run-mpl-test.py ... == FAIL: Test numpy shaped data. -- Traceback (most recent call last): File "/home/nwagner/svn/matplotlib/t

[matplotlib-devel] Unit-Test Structure Submitted

2009-02-18 Thread James Evans
All, I have just submitted a first-cut at a unit-test harness. The unit-tests do require the use of the 'nose' python module. Everything has been placed in the 'test' directory off of the root trunk branch. There is a README file with lots of information on how to use it. This is in addition

Re: [matplotlib-devel] Bug in xlim or savefig or hist?

2009-02-18 Thread Joshua Lippai
Interesting. I can't reproduce your result using either the MacOSX or WXAgg backend. Which backend are you using, and does the problem persist if you use a different one? Josh On Wed, Feb 18, 2009 at 11:12 AM, Olle Engdegård wrote: > > Doing > > from pylab import * > x=normal(10, size=1000) > hi

[matplotlib-devel] Bug in xlim or savefig or hist?

2009-02-18 Thread Olle Engdegård
Doing from pylab import * x=normal(10, size=1000) hist(x) xlim(0,10) savefig("Image.svg") and then importing the file to Inkscape and saving it there as a pdf gives the attached result. The stuff right of x=10 is suddenly there. The weirdest thing is that Inkscape _does not see this overspill