Re: [Matplotlib-users] Problem upgrading to 87.3

2006-07-03 Thread Michael J.T. O'Kelly
You're quite right. Thank you. Charlie Moad wrote: > Sounds like you need to upgrade numpy to 0.9.8. > > - Charlie Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere App

Re: [Matplotlib-users] Problem upgrading to 87.3

2006-07-03 Thread Charlie Moad
Sounds like you need to upgrade numpy to 0.9.8. - Charlie On 7/3/06, Michael J.T. O'Kelly <[EMAIL PROTECTED]> wrote: > I get a mysterious problem when I try to upgrade from 87.2 to 87.3. > > At first it complained of a bad configuration file. Once that was > corrected, though, matplotlib still cr

[Matplotlib-users] Problem upgrading to 87.3

2006-07-03 Thread Michael J.T. O'Kelly
I get a mysterious problem when I try to upgrade from 87.2 to 87.3. At first it complained of a bad configuration file. Once that was corrected, though, matplotlib still crashes Python as soon as "import pylab" or "import matplotlib" is called. No message of any kind is passed. The Windows erro

Re: [Matplotlib-users] skencil backend

2006-07-03 Thread Bryan Cole
On Fri, 2006-06-30 at 08:28 +, Christian Kristukat wrote: > Hi, > I'd love to have a backend which outputs skencil .sk files with text rendered > through the skLaTeX plugin. For those who don't know it, skencil is a vector > drawing program written in python. Its skLaTeX plugin allows to includ

[Matplotlib-users] AttributeError: TextWithDash instance has no attribute '_mytext'

2006-07-03 Thread Nils Wagner
Hi all, I tried to reproduce the Contour3D plot http://www.scipy.org/Cookbook/Matplotlib/mplot3D. from numpy import * import pylab as p import mpl3d.mplot3d as p3 p.matplotlib.__version__ # in mplt3D change: # levels, colls = self.contour(X, Y, Z, 20) # to: # C = self.contour(X, Y, Z, *args,