[Matplotlib-users] How to plot tick values in-place

Paul Hobson pmhobson at gmail.com
Wed Mar 9 20:33:45 EST 2016


That's a really old version of MPL, so I'm not sure if this will work:
http://stackoverflow.com/questions/9303728/matplotlib-yaxis-range-display-using-absolute-values-rather-than-offset-values


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
> https://mail.python.org/mailman/listinfo/matplotlib-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20160309/f51f4d15/attachment.html>


More information about the Matplotlib-users mailing list