From: <as...@us...> - 2009-10-06 15:53:47
|
Revision: 7855 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7855&view=rev Author: astraw Date: 2009-10-06 15:53:34 +0000 (Tue, 06 Oct 2009) Log Message: ----------- trivial: delete trailing whitespace from source code lines (This is really an excuse to make an SVN commit to trigger the buildbot.) Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/backend_bases.py Modified: trunk/matplotlib/lib/matplotlib/backend_bases.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backend_bases.py 2009-10-06 15:47:13 UTC (rev 7854) +++ trunk/matplotlib/lib/matplotlib/backend_bases.py 2009-10-06 15:53:34 UTC (rev 7855) @@ -390,18 +390,18 @@ *s* text to be converted - + *usetex* If True, use matplotlib usetex mode. *ismath* If True, use mathtext parser. If "TeX", use *usetex* mode. """ - + text2path = self._text2path color = gc.get_rgb()[:3] fontsize = self.points_to_pixels(prop.get_size_in_points()) - + if ismath == "TeX": verts, codes = text2path.get_text_path(prop, s, ismath=False, usetex=True) else: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |