can't save in eps

If this is a numarray bug, we should make sure the numarray folks know
about it.

JDH

···

On Tuesday 21 March 2006 10:11, Darren Dale wrote:

    >> Nevermind, I didnt see the reference to simple plot. This looks
    >> like a problem with the where() function with numarray, it is
    >> complaining about creating a char array. I'm looking into it.

    > Fixed in svn 2190.

    > I found a non-numerix solution, replacing this: codes =
    > where(mask[start:end+1], 'l', 'm') with this: codes =
    > [('m','l')[i] for i in mask]