Re: [Matplotlib-users] leading whitespace in text

2010-06-04 Thread Michael Droettboom
To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] leading whitespace in text Hello, consider the following simple code: import matplotlib from matplotlib import pyplot pyplot.text(0, 0, --, family='monospace') pyplot.show() Using matplotlib-0.99.3.win32-py2.6, the text

Re: [Matplotlib-users] leading whitespace in text

2010-06-03 Thread PHobson
-Original Message- From: Christoph Gohlke [mailto:cgoh...@uci.edu] Sent: Sunday, May 30, 2010 3:41 PM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] leading whitespace in text Hello, consider the following simple code: import matplotlib from

Re: [Matplotlib-users] leading whitespace in text

2010-06-03 Thread Christoph Gohlke
On 6/3/2010 5:20 PM, phob...@geosyntec.com wrote: -Original Message- From: Christoph Gohlke [mailto:cgoh...@uci.edu] Sent: Sunday, May 30, 2010 3:41 PM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] leading whitespace in text Hello, consider the following

Re: [Matplotlib-users] leading whitespace in text

2010-06-03 Thread Eric Firing
On 06/03/2010 02:29 PM, Christoph Gohlke wrote: On 6/3/2010 5:20 PM, phob...@geosyntec.com wrote: -Original Message- From: Christoph Gohlke [mailto:cgoh...@uci.edu] Sent: Sunday, May 30, 2010 3:41 PM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] leading

[Matplotlib-users] leading whitespace in text

2010-05-30 Thread Christoph Gohlke
Hello, consider the following simple code: import matplotlib from matplotlib import pyplot pyplot.text(0, 0, --, family='monospace') pyplot.show() Using matplotlib-0.99.3.win32-py2.6, the text '--' is drawn with an x-offset from the y-axis, as expected from the presence of leading