Re: [Matplotlib-users] problem with axhline and yscale

2013-03-27 Thread Steven Boada
Yeah, when I used my officemate's computer (matplotlib 1.1.1) it works fine... I am running... In [129]: import matplotlib In [130]: matplotlib.__version__ Out[130]: '1.2.x' Interesting... Steven On Wed Mar 27 16:29:53 2013, ChaoYue wrote: > when saving as jpg, I cannot reproduce the problem

Re: [Matplotlib-users] problem with axhline and yscale

2013-03-27 Thread ChaoYue
when saving as jpg, I cannot reproduce the problem. I am using version 1.2 Chao On Wed, Mar 27, 2013 at 10:16 PM, Steven Boada [via matplotlib] < ml-node+s1069221n40764...@n5.nabble.com> wrote: > Hey List, > > If you create a horizontal line, and then adjust the size of the figure, > or axis lim

[Matplotlib-users] problem with axhline and yscale

2013-03-27 Thread Steven Boada
Hey List, If you create a horizontal line, and then adjust the size of the figure, or axis limits the horizontal line does not move with everything else... To reproduce in ipython -pylab: axhline(5) yscale('log') ylim(0.5,30) The line stays where it started and is not moved when the plot is