From: <jd...@us...> - 2008-05-28 16:46:57
|
Revision: 5289 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5289&view=rev Author: jdh2358 Date: 2008-05-28 09:46:53 -0700 (Wed, 28 May 2008) Log Message: ----------- reverting due to PDF problem Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/ticker.py Modified: trunk/matplotlib/lib/matplotlib/ticker.py =================================================================== --- trunk/matplotlib/lib/matplotlib/ticker.py 2008-05-28 16:44:32 UTC (rev 5288) +++ trunk/matplotlib/lib/matplotlib/ticker.py 2008-05-28 16:46:53 UTC (rev 5289) @@ -429,7 +429,7 @@ else: return r'%s%s'%(significand, exponent) else: - sign = sign.replace('-', u'\u2212') # crashes PDF + #sign = sign.replace('-', u'\u2212') # crashes PDF return ('%se%s%s' %(significand, sign, exponent)).rstrip('e') except IndexError, msg: return s This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |