Re: [Matplotlib-users] Axis Limits and Dash Text Misbehaviours

2008-07-01 Thread Darren Dale
On Monday 30 June 2008 09:01:48 John Hunter wrote: > On Mon, Jun 30, 2008 at 3:32 AM, Andrea Gavana <[EMAIL PROTECTED]> wrote: > > It seems like Michael changes were reverted back to the previous > > behaviour. I have scanned the matplotlib-devel archives and found the > > reason. Even if the mess

Re: [Matplotlib-users] Axis Limits and Dash Text Misbehaviours

2008-06-30 Thread John Hunter
On Mon, Jun 30, 2008 at 3:32 AM, Andrea Gavana <[EMAIL PROTECTED]> wrote: > It seems like Michael changes were reverted back to the previous > behaviour. I have scanned the matplotlib-devel archives and found the > reason. Even if the message says that text.py is fixed, I still see > the problem I

Re: [Matplotlib-users] Axis Limits and Dash Text Misbehaviours

2008-06-30 Thread Andrea Gavana
Hi All, On 6/27/08, Andrea Gavana wrote: > Hi Michael, > > On Fri, Jun 27, 2008 at 7:54 PM, Michael Droettboom wrote: > > Andrea Gavana wrote: > >> > >> 2) The dashed text positioning is wrong, you can see it by running > >> dashpointlabel.py in the > >> matplotlib_examples_0.98.1\examples\pylab_e

Re: [Matplotlib-users] Axis Limits and Dash Text Misbehaviours

2008-06-27 Thread Andrea Gavana
Hi Michael, On Fri, Jun 27, 2008 at 7:54 PM, Michael Droettboom wrote: > Andrea Gavana wrote: >> >> 2) The dashed text positioning is wrong, you can see it by running >> dashpointlabel.py in the >> matplotlib_examples_0.98.1\examples\pylab_examples: the position of >> the values should be at the o

Re: [Matplotlib-users] Axis Limits and Dash Text Misbehaviours

2008-06-27 Thread Michael Droettboom
Andrea Gavana wrote: > 2) The dashed text positioning is wrong, you can see it by running > dashpointlabel.py in the > matplotlib_examples_0.98.1\examples\pylab_examples: the position of > the values should be at the other end of the dash, not over the > plotted point. > > I believe I have this

Re: [Matplotlib-users] Axis Limits and Dash Text Misbehaviours

2008-06-27 Thread Michael Droettboom
Andrea Gavana wrote: > Hi All, > > I have switched from matplotlib 0.91.2 to 0.98.1, and I have > noticed a couple of "strange" behaviours (I am not using PyLab, but > matplotlib embedded in wxPython): > > 1) If I use: > > ylims = self.myAxis.get_ylim() > > And then I add other lines to the plo