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