Revision: 5334 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5334&view=rev Author: jdh2358 Date: 2008年05月30日 12:38:58 -0700 (2008年5月30日) Log Message: ----------- removed debug print statement Modified Paths: -------------- branches/v0_91_maint/lib/matplotlib/texmanager.py Modified: branches/v0_91_maint/lib/matplotlib/texmanager.py =================================================================== --- branches/v0_91_maint/lib/matplotlib/texmanager.py 2008年05月30日 19:38:42 UTC (rev 5333) +++ branches/v0_91_maint/lib/matplotlib/texmanager.py 2008年05月30日 19:38:58 UTC (rev 5334) @@ -338,7 +338,7 @@ hack = rcParams['text.dvipnghack'] else: hack = self._dvipng_hack_alpha - print 'using hack', hack + if hack: # hack the alpha channel # dvipng assumed a constant background, whereas we want to This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.