Re: [Matplotlib-users] axis number presentation

2006-11-21 Thread Pierre GM
On Tuesday 21 November 2006 22:09, Stephen George wrote: > Thank you Pierre, > > I've taken a while to get around to it, but this code worked a treat, > and taught me a little about how I can override things in matplotlib Glad you found it useful. playing some more about it, I realized that there

Re: [Matplotlib-users] axis number presentation

2006-11-21 Thread Stephen George
Thank you Pierre, I've taken a while to get around to it, but this code worked a treat, and taught me a little about how I can override things in matplotlib Thanks Steve Pierre GM wrote: >> One thing I cannot work out is the axis number presentation. >> Cannot find any documentation about how t

Re: [Matplotlib-users] axis number presentation

2006-11-06 Thread Pierre GM
> One thing I cannot work out is the axis number presentation. > Cannot find any documentation about how to control the presentation of > the axis number. Poke around ticker.formatter > However I would prefer it would present in enginering notation (10, 100, > 1e3, 10e3, 100e3, 1e6, 10e6 ...etc)

[Matplotlib-users] axis number presentation

2006-11-06 Thread steve george
I am a new user to matplotlib, .. it's great. One thing I cannot work out is the axis number presentation. Cannot find any documentation about how to control the presentation of the axis number. Currently using the default TKAgg plotting GUI backend. It seems the axis will show up to 3 digits,