> -----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 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
> whitespace.
> 
> Using matplotlib-1.0.svn.win32-py2.6 rev 8347, the leading whitespace is
> apparently removed from the text and '<--' is drawn right at the y-axis
> with no x-offset.
> 
> In both cases the font is monospace.
> 
> Is this change intended or a regression in 1.0svn?
 
Christoph,

I haven't had a chance to try this out with my machine that has MPL 1.0svn on 
it, but is there any chance that you have mpl.rcParams['text.usetex'] = True 
when you get the error?

-paul

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to