Daniel Fish wrote:
> In response to revision number 3641 (bar plotting patch by Michael
> Forbes (link below): Inside axes.py, the function 'hlines' is missing
> the line "coll.update(kwargs)" found in the analogous function 'vlines',
> so the horizontal linewidth kwarg does not update.
Thank
Hi,
What's the equivalent command in matplotlib to matlab's "surf"? I
assume it's Axes3D.plot_surface. But this doesn't see to work. The
code to be ported is:
s = surf(linspace(0,2,100), linspace(-1,1,100), fe');
But in matplotlib I've come up with:
terrain = R.randn(100, 100) / 1
nbumps = 20
hi Matthieu,
this will work too, with setp instead of set. Clearly 'set' is now
reserved. Someone should update the user's guide.
best,
Johann
> --
>
> Message: 1
> Date: Thu, 16 Aug 2007 18:27:33 +0200
> From: "Matthieu Bruch
In response to revision number 3641 (bar plotting patch by Michael Forbes (link
below): Inside axes.py, the function 'hlines' is missing the line
"coll.update(kwargs)" found in the analogous function 'vlines', so the
horizontal linewidth kwarg does not update.
http://matplotlib.svn.sourcefor
Unfortunately, I think that is a known bug in 0.90.0. This is fixed in SVN, if
you're able to use it.
Cheers,
Mike
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
N