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
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