Re: [Matplotlib-users] Matplotlib labels

2008-11-14 Thread DAVID HORNER
>> 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

Re: [Matplotlib-users] Matplotlib labels

2008-11-14 Thread Michael Droettboom
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

Re: [Matplotlib-users] Matplotlib labels

2008-11-14 Thread Michael Droettboom
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

[Matplotlib-users] Matplotlib labels

2008-11-14 Thread DAVID HORNER
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.