On 7/13/06, John Hunter <[EMAIL PROTECTED]> wrote:
> > "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes:
>
> Charlie> Thanks for the note. This is a known issue and has been
> Charlie> addressed in svn. The mplot modules have been added to
> Charlie> svn and are being worked o
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes:
Charlie> Thanks for the note. This is a known issue and has been
Charlie> addressed in svn. The mplot modules have been added to
Charlie> svn and are being worked on.
Actually, these changes are in 0.87.4, I think.
JDH
Thanks for the note. This is a known issue and has been addressed in
svn. The mplot modules have been added to svn and are being worked
on.
- Charlie
On 7/12/06, Andrew M. Bradley <[EMAIL PROTECTED]> wrote:
> Hi:
>
> I obtain the following error when saving a figure to postscript after
> runnin
Hi:
I obtain the following error when saving a figure to postscript after
running one of the test routines in mplot3d.py:
>>> from numpy import *; import mpl3d.mplot3d as p3; import pylab as p
>>> p3.test1()
>>> p.savefig('test1')
Traceback (most recent call last):
File "", line 1, in ?
File