[matplotlib-devel] mathtext rotation

2007-08-30 Thread Paul Kienzle
Hi all, I replaced one of the text_rotation examples with r'$\rm{mathtext_{225}}$' to see if rotation is supported for mathtext. It is not in the current trunk downloaded today. Before I look to deeply into this myself, is there anyone working on it already? Is there anything I need to look

[matplotlib-devel] mathtext in wx widgets

2007-08-30 Thread Paul Kienzle
Hi, It would be great to be able to display math markup in other parts of my application, such as labels, tables, lists and menus. Has anyone ever tried doing this for wx or gtk? Thanks in advance, - Paul - This

Re: [matplotlib-devel] mathtext rotation

2007-08-30 Thread Michael Droettboom
Paul Kienzle wrote: Hi all, I replaced one of the text_rotation examples with r'$\rm{mathtext_{225}}$' to see if rotation is supported for mathtext. It is not in the current trunk downloaded today. It's only not supported in the bitmap (Agg and Gdk) backends. It works fine in the vector

Re: [matplotlib-devel] mathtext rotation

2007-08-30 Thread John Hunter
On 8/30/07, Michael Droettboom [EMAIL PROTECTED] wrote: - FT2Font.draw_glyph_to_bitmap does not support rotation. This would have to be added, or there may be a way to use set_text/draw_glyphs_to_bitmap which does support rotation. However, that would make rendering the entire expression to

Re: [matplotlib-devel] mathtext rotation

2007-08-30 Thread Paul Kienzle
On Thu, Aug 30, 2007 at 02:19:47PM -0400, Michael Droettboom wrote: Paul Kienzle wrote: Hi all, I replaced one of the text_rotation examples with r'$\rm{mathtext_{225}}$' to see if rotation is supported for mathtext. It is not in the current trunk downloaded today. It's only not

Re: [matplotlib-devel] mathtext rotation

2007-08-30 Thread Michael Droettboom
Paul Kienzle wrote: On Thu, Aug 30, 2007 at 02:19:47PM -0400, Michael Droettboom wrote: Paul Kienzle wrote: Hi all, Before I look to deeply into this myself, is there anyone working on it already? Is there anything I need to look out for when implementing it? I've made a few excursions