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
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
--
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
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
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
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