Re: [Matplotlib-users] tick and axis label hiding

2006-07-18 Thread John Hunter
> "Michael" == Michael Fitzgerald <[EMAIL PROTECTED]> writes: Michael> Hi all, Michael> I'm seeing some unexpected behavior when trying to hide a Michael> tick label, which I like to do with ganged plots. When I Michael> attempt this, however, it seems the axis label is no

[Matplotlib-users] tick and axis label hiding

2006-07-18 Thread Michael Fitzgerald
Hi all, I'm seeing some unexpected behavior when trying to hide a tick label, which I like to do with ganged plots. When I attempt this, however, it seems the axis label is no longer drawn. For example, x = arange(5) ax = subplot(111) ax.plot(x, x) xtl = ax.get_xticklabels() xtl[0].set_vis