python - How to change matplotlib axes so that that it does not display in scientific notation? -


how change matplotlib axes that not display in scientific notation? (i.e. displaying 626.70 ... 626.77 in case) tried changing x ticks doing ax.xaxis.set_ticks(np.arange(626.720, 626.727, 0.001)), axes crammed on left hand side.

thanks. enter image description here

x_formatter = matplotlib.ticker.scalarformatter(useoffset=false) x_formatter.set_scientific(false) ax.xaxis.set_major_formatter(x_formatter) 

Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -