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

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

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