Re: yaxis

2015-12-29 Thread Peter Pearson
On Tue, 29 Dec 2015 06:25:49 -0800 (PST), damien.ishac...@gmail.com wrote: > hello I would only change the scale of the y-axis, how to deal with > matplotlib.pyplot or another library ? Here's a function I use. ax is an "axes" object, which you can get by calling the get-current-axes (gca()) met

Re: yaxis

2015-12-29 Thread Mark Lawrence
On 29/12/2015 14:25, damien.ishac...@gmail.com wrote: hello I would only change the scale of the y-axis, how to deal with matplotlib.pyplot or another library ? Please show us your code. The best way to deal with any library is to read the docs so start here http://matplotlib.org/contents.h

yaxis

2015-12-29 Thread damien . ishacian
hello I would only change the scale of the y-axis, how to deal with matplotlib.pyplot or another library ? -- https://mail.python.org/mailman/listinfo/python-list