Re: [Matplotlib-users] How do I make the radius logarithmic with axisartist?

2011-04-27 Thread Jae-Joon Lee
The Axes class of the axisartist toolkit uses very different way to handle ticks and tick labels. Thus most of the tick-related commands of original matplotlib do not work! Unfortunately, there is no easy way to support a logarithmic scale. To utilize the full functionality, you need to create a

[Matplotlib-users] How do I make the radius logarithmic with axisartist?

2011-04-21 Thread Junghun Shin
Hi, everyone. Let me explain what I wanted to do: First, I wanted to make a polar plot with angles from 0 to 90. I could do it by adopting the curvelinear grid demo ( http://goo.gl/kruXf ). And then I wanted to present the radius in log10 scale. But setting the plot command to semilogy or trying