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

[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.