On Sunday 24 June 2007 20:45:09 Rodrigo López Negrete de la Fuente wrote:

> I've been trying to generate certain plots, but sometimes I get strange
> additions to the yticks in the plots. I've been wondering if there is a way
> to force matplotlib to not do that, and only use multiplicative corrections
> to the plots (i.e., just the x1e-3 for example and not the +4.519x10).

Rodrigo,
This behaviour is controlled by the formatter of the yaxis. Choose one 
formatter that suits you, or define your own.
More info:
http://matplotlib.sourceforge.net/matplotlib.ticker.html
examples/newscalarformatter_demo.py

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to