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