Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread John Hunter
On Mon, Jun 30, 2008 at 6:34 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > I *think* I found a simple fix: use the Text._x and ._y directly in draw, > rather than get_position which refers to the text position in Text and the > Dash position in TextWith Dash (thank you for pointing this out, John).

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread Manuel Metz
Darren Dale wrote: > > On Monday 30 June 2008 10:40:27 Darren Dale wrote: >> On Monday 30 June 2008 09:06:59 am John Hunter wrote: >>> On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> > wrote: Hate to say "me too", but I don't really understand text with dash eith

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread Darren Dale
On Monday 30 June 2008 10:40:27 Darren Dale wrote: > On Monday 30 June 2008 09:06:59 am John Hunter wrote: > > On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > > Hate to say "me too", but I don't really understand text with dash > > > either... I'll have a look

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread Darren Dale
On Monday 30 June 2008 09:06:59 am John Hunter wrote: > On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > Hate to say "me too", but I don't really understand text with dash > > either... I'll have a look when I have adequate time to devote to it, > > if no one else

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread John Hunter
On Mon, Jun 30, 2008 at 7:10 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Hate to say "me too", but I don't really understand text with dash > either... I'll have a look when I have adequate time to devote to it, > if no one else volunteers. Daishi, I don't know if this is still the right

Re: [matplotlib-devel] text with dash problems

2008-06-30 Thread Michael Droettboom
Hate to say "me too", but I don't really understand text with dash either... I'll have a look when I have adequate time to devote to it, if no one else volunteers. Cheers, Mike Manuel Metz wrote: > John Hunter wrote: > >> Manuel and Michael worked on fixing a bug with TextWithDash, but this

Re: [matplotlib-devel] text with dash problems

2008-06-28 Thread Manuel Metz
John Hunter wrote: > Manuel and Michael worked on fixing a bug with TextWithDash, but this > introduced a bug will all tick labels so I reverted the changes. The > problem is that the text layout code in Text (eg draw, > get_window_extent) is using "get_position" which in TextWithDash is > the das