[Matplotlib-users] Control over ticks in 3D plot

2011-07-19 Thread Jakub Nowacki
Dear All, I've found it impossible to get some control over ticks in a 3D plot (Axes3D, using with projection='3d' option) in Matplotlib 1.0.1 (EPD 7.1-1 linux 64-bit). Namely, I have one out of four subplots, that is 3D and it has much to many ticks (tick labels to be exact), which makes

Re: [Matplotlib-users] Control over ticks in 3D plot

2011-07-19 Thread Benjamin Root
On Tuesday, July 19, 2011, Jakub Nowacki j.s.nowa...@gmail.com wrote: Dear All, I've found it impossible to get some control over ticks in a 3D plot (Axes3D, using with projection='3d' option) in Matplotlib 1.0.1 (EPD 7.1-1 linux 64-bit). Namely, I have one out of four subplots, that is 3D

Re: [Matplotlib-users] Control over ticks in 3D plot

2011-07-19 Thread José Alexandre Nalon
Hello, Em 19/07/2011, às 08:09, Jakub Nowacki escreveu: But I've found that _nbins doesn't do anything (also, there is no zaxis object), set_zticks return an error 'AttributeError: 'Axes3DSubplot' object has no attribute 'set_zticks'' and set_x(y)ticks changes ticks of not 3d axis but 2d

Re: [Matplotlib-users] Control over ticks in 3D plot

2011-07-19 Thread Benjamin Root
On Tuesday, July 19, 2011, José Alexandre Nalon na...@terra.com.br wrote: Hello, Em 19/07/2011, às 08:09, Jakub Nowacki escreveu: But I've found that _nbins doesn't do anything (also, there is no zaxis object), set_zticks return an error 'AttributeError: 'Axes3DSubplot' object has no

Re: [Matplotlib-users] Control over ticks in 3D plot

2011-07-19 Thread Jakub Nowacki
Thanks for the answers. Jakub, if possible, could you test out the latest matplotlib in development on github? I have been working hard in this. If not, you could also always operate directly through the axis objects themselves, such as: ax.zaxis (although, you might have to do ax.w_zaxis).

Re: [Matplotlib-users] Control over ticks in 3D plot

2011-07-19 Thread Benjamin Root
On Tue, Jul 19, 2011 at 9:14 AM, Jakub Nowacki j.s.nowa...@gmail.comwrote: Thanks for the answers. Jakub, if possible, could you test out the latest matplotlib in development on github? I have been working hard in this. If not, you could also always operate directly through the axis