I have a graph over
[1,2,3,4,5]
with values that are quite small:
[0.000001,0.000002,...]
When I plot this, it shows the y axis ticks with the whole decimal. I would like something like
[1e-6,2e-6...]
to pop up instead. How can I do that?