Re: [Matplotlib-users] leading whitespace in text

2010-06-04 Thread Michael Droettboom
ailto: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 f

Re: [Matplotlib-users] leading whitespace in text

2010-06-03 Thread Eric Firing
ists.sourceforge.net >>> Subject: [Matplotlib-users] leading whitespace in text >>> >>> Hello, >>> >>> consider the following simple code: >>> >>> import matplotlib >>> from matplotlib import pyplot >>> pyplot.text(0

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

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 c

[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 whit