Re: [Matplotlib-users] plot3d ticker setting

2009-08-24 Thread Reinier Heeres
Hi Scripper, I'm not sure what you would like to know, but it is possible to change the tick settings on the 3D axes in the same way as for normal 2D axes. For example: from mpl_toolkits.mplot3d import Axes3D from matplotlib import cm from matplotlib.ticker import LinearLocator, FixedLocator, For

[Matplotlib-users] plot3d ticker setting

2009-08-19 Thread scripper
Hi everybody, i am a newbie on Matplotlib and wanna know whether there is already tick setting on x,y,z axes in 3D plot. By now i just know on 2-dimension which listed on the gallery. Thanks very much! -- View this message in context: http://www.nabble.com/plot3d-ticker-setting-tp25029488p250294

Re: [Matplotlib-users] plot3d

2008-06-26 Thread John Hunter
On Thu, Jun 26, 2008 at 11:31 AM, Ben Axelrod <[EMAIL PROTECTED]> wrote: > I am new to MatPlotLib and I saw in the archives that 3d plotting is no > longer supported in version 0.98. This seems like a major feature drop to > me. > I would really like to use this feature. Does anyone know what mu

[Matplotlib-users] plot3d

2008-06-26 Thread Ben Axelrod
I am new to MatPlotLib and I saw in the archives that 3d plotting is no longer supported in version 0.98. This seems like a major feature drop to me. I would really like to use this feature. Does anyone know what must be done to get this working again? Thanks, -Ben ---

Re: [Matplotlib-users] plot3D in subplot

2008-05-24 Thread Bing
Hi John, Thanks for the hint. I am able to pass the rect returned by Subplot.get_position(). Bing On Sat, May 24, 2008 at 9:27 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Sat, May 24, 2008 at 4:08 PM, Bing <[EMAIL PROTECTED]> wrote: > > Hello, > >Could anyone tell me how to use plot3

Re: [Matplotlib-users] plot3D in subplot

2008-05-24 Thread John Hunter
On Sat, May 24, 2008 at 4:08 PM, Bing <[EMAIL PROTECTED]> wrote: > Hello, >Could anyone tell me how to use plot3D in a subplot? > I looked at the examples at > http://www.scipy.org/Cookbook/Matplotlib/mplot3D > But seems to me that matplotlib.axes3d.Axes3D can > be only constructed from a Fig

[Matplotlib-users] plot3D in subplot

2008-05-24 Thread Bing
Hello, Could anyone tell me how to use plot3D in a subplot? I looked at the examples at http://www.scipy.org/Cookbook/Matplotlib/mplot3D But seems to me that matplotlib.axes3d.Axes3D can be only constructed from a Figure instance but not from a Subplot instance. Thanks, Bing -

[Matplotlib-users] plot3D problem

2006-11-21 Thread Richard Johns
I have been trying the 3D matplotlib examples in http://www.scipy.org/Cookbook/Matplotlib/mplot3D using ipython as follows: python -pylab -p scipy import matplotlib.axes3d as ax3d u=r_[0:2*pi:100j] v=r_[0:2*pi:100j] x=10*outer(cos(u),sin(v)) y=10*outer(sin(u),sin(v)) z=10*outer(ones(size(u

[Matplotlib-users] Plot3D errors

2006-10-21 Thread Andrea Gavana
Hi all,       am I the only one that noticed that 3D plots do not work anymore? Unless I am missing something, contour3D, contourf3D simply fails with this message:   Traceback (most recent call last):  File "C:\Python25\Lib\site-packages\matplotlib\figure.py", line 440, in add_axes    a = Axes(sel