|
From: Fabrice S. <si...@lm...> - 2008-10-01 13:47:33
|
Le mardi 09 septembre 2008 à 08:26 -0400, Michael Droettboom a écrit :
> You can use
>
> def ticklabel_format(self, **kwargs):
It did not figure how to use that!
I've tried in ipython :
import numpy as np
t = np.linspace(0,1,1024)
f = np.sin(10*t)/1e5
plot(t,f)
ax = gca()
ax.ticklabel_format(style='sci', axis='y')
show()
but the yticklabels are still in plain notation...
I've googled, but I still can not find where I am wrong!
--
Fabrice Silva <si...@lm...>
LMA UPR CNRS 7051
|