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