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