Re: [Matplotlib-users] vertical alignment of text

2006-09-04 Thread John Hunter
> "David" == David Huard <[EMAIL PROTECTED]> writes: David> Hi all, Is there a way to align text vertically so that the David> characters sit on a continuous line ? When I do text(.5, David> .5, 'abc', verticalalignment='center') text(.6, .5, 'pqr', David> verticalalignment='c

[Matplotlib-users] vertical alignment of text

2006-09-04 Thread David Huard
Hi all, Is there a way to align text vertically so that the characters sit on a continuous line ? When I dotext(.5, .5, 'abc', verticalalignment='center')text(.6, .5, 'pqr', verticalalignment='center') both words are not aligned since the bars of p and q push the text upwards. I get similar problem