On 9/27/07, Charles Seaton <[EMAIL PROTECTED]> wrote:
> I am having the same problem as Eugen, and the suggested solution of using
> a.xaxis.get_major_locator().refresh()
> to force the creation of the full set of ticklabels doesn't seem to work for
> me.
matplotlib creates a prototypical tick (t
Looking back through the archives, I found this discussion of manipulating
ticklabels.
Jouni K. Seppänen wrote:
>
> Eugen Wintersberger <[EMAIL PROTECTED]>
> writes:
>
>> The first line is the printing of the ticklabel list before the
>> pylab.show() command. The second after pylab.show(). Why
Eugen Wintersberger <[EMAIL PROTECTED]>
writes:
> The first line is the printing of the ticklabel list before the
> pylab.show() command. The second after pylab.show(). Why the list
> contains 1 entry before and 7 (as is should) after pylab.show()?
I think matplotlib is deferring the creation of
Hi there
I have some problem with accessing ticklabels in a script (see
attachment). The output of the script looks pretty strange to me:
The first line is the printing of the ticklabel list before the
pylab.show() command. The second after pylab.show(). Why the list
contains 1 entry before an