>> Hi all,
>>
>> I'm having problems with axis labels for large integers (1471674
>> is represented as 1000 +1.479e6) I really need to see the
>> number as a conventional integer. I have the feeling that it
>> should be possible with ticker. FormatStrFormatter but I have not
>> bee
Michael Droettboom wrote:
> or after the fact (which doesn't really work with interactive GUIs --
> that is, it won't resize the window) --
>
>
I'll correct myself on this point. According to the docs, the window
will resize if forward=True for Gtk and Wx backends.
Cheers,
Mike
--
Michael
DAVID HORNER wrote:
> Hi all,
>
> I'm having problems with axis labels for large integers (1471674 is
> represented as 1000 +1.479e6) I really need to see the number as
> a conventional integer. I have the feeling that it should be possible
> with ticker. FormatStrFormatter but I have n
Hi all,
I'm having problems with axis labels for large integers (1471674 is
represented as 1000 +1.479e6) I really need to see the number as
a conventional integer. I have the feeling that it should be possible
with ticker. FormatStrFormatter but I have not been able to work out
how.