Re: [Matplotlib-users] Problem with tick labels in scripts

2007-09-28 Thread John Hunter
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

Re: [Matplotlib-users] Problem with tick labels in scripts

2007-09-27 Thread Charles Seaton
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

Re: [Matplotlib-users] Problem with tick labels in scripts

2007-08-13 Thread Jouni K . Seppänen
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

[Matplotlib-users] Problem with tick labels in scripts

2007-08-13 Thread Eugen Wintersberger
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