Re: [Matplotlib-users] hlines kwargs update

2007-08-17 Thread Eric Firing
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

[Matplotlib-users] matlab porting question

2007-08-17 Thread Tom Vaughan
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

Re: [Matplotlib-users] problem with set in current svn HEAD

2007-08-17 Thread Johann Cohen-Tanugi
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

[Matplotlib-users] hlines kwargs update

2007-08-17 Thread Daniel Fish
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

Re: [Matplotlib-users] PDF axis numbering messed up

2007-08-17 Thread Michael Droettboom
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