[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

Re: [Matplotlib-users] 3D semilog plot

2009-12-14 Thread Trevor Irons
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 trying to set an > axis > > to log