How to plot tick values in-place

Hello
I haven't been able to find a solution to this problem with google,
perhaps someone here can help. When I plot the following:
import matplotlib.pyplot as plot
plot.plot([0, 1e-9, 0, -1e-9])
plot.show()
the y tick marks are shown as -1, -0.5, 0, 0.5, 1 and their scaling is
given elsewhere, how can I make matplotlib write the entire number at
tick location so I don't have to search for potential corrections to
tick values in other parts of the plot? matplotlib.__version__ is
'1.1.1'. Thanks!
Ilja

That's a really old version of MPL, so I'm not sure if this will work:

ยทยทยท

On Tue, Feb 9, 2016 at 6:52 AM, Ilja Honkonen <ilja.j.honkonen at nasa.gov> wrote:

Hello
I haven't been able to find a solution to this problem with google,
perhaps someone here can help. When I plot the following:
import matplotlib.pyplot as plot
plot.plot([0, 1e-9, 0, -1e-9])
plot.show()
the y tick marks are shown as -1, -0.5, 0, 0.5, 1 and their scaling is
given elsewhere, how can I make matplotlib write the entire number at tick
location so I don't have to search for potential corrections to tick values
in other parts of the plot? matplotlib.__version__ is '1.1.1'. Thanks!
Ilja
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160309/f51f4d15/attachment.html&gt;