<div dir="ltr">That's a really old version of MPL, so I'm not sure if this will work:<div><a href="http://stackoverflow.com/questions/9303728/matplotlib-yaxis-range-display-using-absolute-values-rather-than-offset-values">http://stackoverflow.com/questions/9303728/matplotlib-yaxis-range-display-using-absolute-values-rather-than-offset-values</a><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 9, 2016 at 6:52 AM, Ilja Honkonen <span dir="ltr"><<a href="mailto:ilja.j.honkonen@nasa.gov" target="_blank">ilja.j.honkonen@nasa.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello<br>
I haven't been able to find a solution to this problem with google, perhaps someone here can help. When I plot the following:<br>
import matplotlib.pyplot as plot<br>
plot.plot([0, 1e-9, 0, -1e-9])<br>
plot.show()<br>
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!<br>
Ilja<br>
_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
</blockquote></div><br></div>