Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-21 Thread Jae-Joon Lee
On Thu, Jan 21, 2010 at 4:13 PM, Kurt Forrester wrote: > Just to add one more query to the thread, do you consider a point on a > vertex of the axes to be a candidate for annotation without clipping? That > is to say if there is a point (0,0) I wish to annotate, and the origin of > the axes contai

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-21 Thread Kurt Forrester
> From: lee.j.j...@gmail.com > Date: Thu, 21 Jan 2010 13:21:41 -0500 > Subject: Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing > To: kurtforres...@hotmail.com > CC: matplotlib-users@lists.sourceforge.net > > On Thu, Jan 21, 2010 at 12:53 PM, Kurt Forrester &g

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-21 Thread Jae-Joon Lee
On Thu, Jan 21, 2010 at 12:53 PM, Kurt Forrester wrote: > Sorry the text IS drawn in the second example. So the setting of the > attribute after it is drawn (before it is shown) seems to do the trick. > > Kurt It seems that somehow the annotation_clip parameter is ignored when it is given during

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-21 Thread Kurt Forrester
> From: lee.j.j...@gmail.com > Date: Thu, 21 Jan 2010 10:46:00 -0500 > Subject: Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing > To: kurtforres...@hotmail.com > CC: matplotlib-users@lists.sourceforge.net > > On Thu, Jan 21, 2010 at 9:37 AM, Kurt Forrester &g

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-21 Thread Jae-Joon Lee
On Thu, Jan 21, 2010 at 9:37 AM, Kurt Forrester wrote: > The first one reported None. > The second one reported False. And the text is still not drawn with the second example? -JJ -- Throughout its 18-year history, RSA

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-21 Thread Kurt Forrester
> From: lee.j.j...@gmail.com > Date: Wed, 20 Jan 2010 17:35:21 -0500 > Subject: Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing > To: kurtforres...@hotmail.com > CC: matplotlib-users@lists.sourceforge.net > > On Wed, Jan 20, 2010 at 3:07 PM, Kurt Forrester >

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-20 Thread Jae-Joon Lee
On Wed, Jan 20, 2010 at 3:07 PM, Kurt Forrester wrote: > the output from the script is: > > annotation_clip =  None > checking is point is inside the axes :  [  30.875  233.   ] > contains_point =  0 > _check_xy returning False > exit without drawing due to annotation_clip > > Weird. How about th

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-20 Thread Kurt Forrester
> From: lee.j.j...@gmail.com > Date: Wed, 20 Jan 2010 13:50:45 -0500 > Subject: Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing > To: kurtforres...@hotmail.com > CC: matplotlib-users@lists.sourceforge.net > > On Wed, Jan 20, 2010 at 1:13 PM, Kurt Forrester >

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-20 Thread Jae-Joon Lee
On Wed, Jan 20, 2010 at 1:13 PM, Kurt Forrester wrote: > I am not too sure what the design behaviour is but it is certainly not doing > what I expected. I do appreciate your effort in resolving this. Please do > let me know if there are any further tests I can perform to demonstrate the > issue or

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-20 Thread Jae-Joon Lee
On Tue, Jan 19, 2010 at 3:08 PM, Kurt Forrester wrote: > Additional information that I forgot to supply was that on python > 2.5/windows/matplotlib 0.98.xxx (my work machine, not accessible at the > moment for the subversion number) this worked fine and there may have been a > regression from this

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-19 Thread Kurt Forrester
when the world changed for these arrows. Finally, can you reproduce the phenomenon that I see on your install of matplotlib? Thank you very much for the guidance, Kurt > From: lee.j.j...@gmail.com > Date: Tue, 19 Jan 2010 08:52:24 -0500 > Subject: Re: [Matplotlib-users] Ann

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-19 Thread Jae-Joon Lee
On Tue, Jan 19, 2010 at 2:48 AM, Kurt Forrester wrote: > I modified the script for the hax. annotate(...) to include the > annotate_clip=False, however there is no change in the behaviour of the > arrows. It should be "annotation_clip" not "annotate_clip", but it may be just a typo. Anyhow, as f

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-18 Thread Kurt Forrester
Is anybody else experiencing the same issue? Is there another setting that I my tweak to overcome this? Kind Regards, Kurt > From: lee.j.j...@gmail.com > Date: Mon, 18 Jan 2010 19:18:31 -0500 > Subject: Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing > To: kurtfo

Re: [Matplotlib-users] Annotate Behaviour - Arrows Missing

2010-01-18 Thread Jae-Joon Lee
This is the feature that is not properly documented. You should call annotate with optional keyword annotation_clip=False, See below for the details. http://matplotlib.sourceforge.net/api/artist_api.html?highlight=annotation#matplotlib.text.Annotation.set_annotation_clip I'll fix the do