Re: [Matplotlib-users] tick label hiding problem

2006-09-04 Thread John Hunter
> "Michael" == Michael Fitzgerald <[EMAIL PROTECTED]> writes: Michael> I placed that command before the ax.get_xticklabels(), Michael> and no dice. Michael> Thanks for looking into this, Mike I took a look at the formatter code and it turns out it *does* know the list of locatio

Re: [Matplotlib-users] tick label hiding problem

2006-08-31 Thread Michael Fitzgerald
On Aug 31, 2006, at 2:56 PM, John Hunter wrote: >> "Michael" == Michael Fitzgerald <[EMAIL PROTECTED]> writes: > > Michael> Is there a way to force some sort of pseudo-draw event, > Michael> such that the sizing is done and the ticks are created > Michael> from the protoTick, but

Re: [Matplotlib-users] tick label hiding problem

2006-08-31 Thread John Hunter
> "Michael" == Michael Fitzgerald <[EMAIL PROTECTED]> writes: Michael> Is there a way to force some sort of pseudo-draw event, Michael> such that the sizing is done and the ticks are created Michael> from the protoTick, but the draw isn't actually performed Michael> by the back

Re: [Matplotlib-users] tick label hiding problem

2006-08-31 Thread Michael Fitzgerald
On Aug 31, 2006, at 4:36 AM, John Hunter wrote: > So: how do you solve your problem, of making the first tick invisible? > What I do when I need to solve this problem, which comes up a lot with > multiple axes where ticks can overlap, is the following > > from matplotlib.ticker import ScalarFormat

Re: [Matplotlib-users] tick label hiding problem

2006-08-31 Thread John Hunter
> "Michael" == Michael Fitzgerald <[EMAIL PROTECTED]> writes: Michael> Hi all, Michael> I'm still having trouble figuring out what's going on Michael> with tick labels. I can't figure out why Michael> Axes.get_{x,y}ticklabels() is returning a list of length Michael> unity

Re: [Matplotlib-users] tick label hiding problem

2006-08-30 Thread Michael Fitzgerald
Hi all, I'm still having trouble figuring out what's going on with tick labels. I can't figure out why Axes.get_{x,y}ticklabels() is returning a list of length unity when I expect to have the list of all labels. If I run the code below (test.py), I expect a list of 9 x tick labels. I

[Matplotlib-users] tick label hiding problem

2006-08-24 Thread Michael Fitzgerald
Hi all, Sometime in the past couple months, there's been a change in SVN that's causing me problems when trying to hide tick labels. I think the problem is related to the get_xticklabels()/get_yticklabels() methods of the Axes class, in that they only return a list consisting of a single tick