On 07/14/2010 11:46 PM, Ben North wrote:
> Hi,
>
> Firstly, excellent to see matplotlib reach its 1.0 release!
>
> I came across an inconsistency in the way XAxis and YAxis behave in the
> set_ticks_position() method. If you remove the X-axis ticks with
>
> my_axes.xaxis.set_ticks_position('n
Hi,
Firstly, excellent to see matplotlib reach its 1.0 release!
I came across an inconsistency in the way XAxis and YAxis behave in the
set_ticks_position() method. If you remove the X-axis ticks with
my_axes.xaxis.set_ticks_position('none')
it leaves the labels alone, whereas if you do th