when setting up a plot for matplotlib, i run into very large numbers.
in one plot, these get converted into the scientific format, which i like,
in another one they don’t get converted. How can i specify this behaviour?
example where it works as i like it:

example where it does not work as i want it:

i am using matplotlib version 0.99.1.1.
Use plt.ticklabel_format :
For example: