Re: [Matplotlib-users] 3D semilog plot

2009-12-14 Thread Trevor Irons
Thanks, This almost does what I want. The labels are now changed to log notation, but the tick locations have remained the same. I want the spacing between each logarithmic decade to be equal. I just did an svn up and rebuild so I am working with bleeding edge matplotlib. Do I need to manually set

Re: [Matplotlib-users] 3D semilog plot

2009-12-13 Thread Reinier Heeres
Hi, You'll have to use ax.w_yaxis.set_yscale('log'), which should work fine. Hope this helps, Reinier On Tue, Dec 8, 2009 at 5:11 PM, Trevor Irons wrote: > Hi: > > I'm trying to get a semilog 3D plot. I want to plot several 2D time series > lines, with the third axis being on a log scale. I am

[Matplotlib-users] 3D semilog plot

2009-12-08 Thread Trevor Irons
Hi: I'm trying to get a semilog 3D plot. I want to plot several 2D time series lines, with the third axis being on a log scale. I am trying to set an axis to log using ax.set_yscale('log'), but am getting errors. Is this possible? I keep getting numpy errors when I try: raise MaskError, 'Cannot c