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

[matplotlib-devel] text with dash problems

2008-06-28 Thread John Hunter
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 dash position, according to the