Scalar Formatting Notation

Hi,

I noticed that the default scalar formatter turns on scientific notation once
the numbers are over 10000. I was wondering if there is a way to turn off this
option
or at least change the settings to give matplotlib a different cut-off point for
switching into scientific notation.

I would appreciate some help with this,

Thanks,
Maria

You can set the formatter back to the old behavior like this:

from ticker import OldScalarFormatter
a=axes()
a.yaxis.set_major_formatter(OldScalarFormatter())

ยทยทยท

On Monday 15 August 2005 10:18 am, Maria Khomenko wrote:

Hi,

I noticed that the default scalar formatter turns on scientific notation
once the numbers are over 10000. I was wondering if there is a way to turn
off this option
or at least change the settings to give matplotlib a different cut-off
point for switching into scientific notation.

I would appreciate some help with this,

--
Darren S. Dale

Bard Hall
Department of Materials Science and Engineering
Cornell University
Ithaca, NY. 14850

dd55@...163...
http://people.ccmr.cornell.edu/~dd55/