|
From: <ds...@us...> - 2007-09-05 19:38:31
|
Revision: 3792
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3792&view=rev
Author: dsdale
Date: 2007-09-05 12:38:27 -0700 (Wed, 05 Sep 2007)
Log Message:
-----------
fixed some minor bugs related to mathtext: text
markup in new config, uncommented print statement
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/config/mplconfig.py
trunk/matplotlib/lib/matplotlib/mathtext.py
Modified: trunk/matplotlib/lib/matplotlib/config/mplconfig.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/config/mplconfig.py 2007-09-05 16:44:31 UTC (rev 3791)
+++ trunk/matplotlib/lib/matplotlib/config/mplconfig.py 2007-09-05 19:38:27 UTC (rev 3792)
@@ -337,7 +337,6 @@
'text.latex.unicode' : (self.tconfig.text.latex, 'unicode'),
'text.latex.preamble' : (self.tconfig.text.latex, 'preamble'),
'text.dvipnghack' : (self.tconfig.text.latex, 'dvipnghack'),
- 'text.markup' : (self.tconfig.text, 'markup'),
'mathtext.cal' : (self.tconfig.mathtext, 'cal'),
'mathtext.rm' : (self.tconfig.mathtext, 'rm'),
Modified: trunk/matplotlib/lib/matplotlib/mathtext.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/mathtext.py 2007-09-05 16:44:31 UTC (rev 3791)
+++ trunk/matplotlib/lib/matplotlib/mathtext.py 2007-09-05 19:38:27 UTC (rev 3792)
@@ -355,7 +355,7 @@
def get_results(self, box):
ship(0, -self.depth, box)
- print self.depth
+ #print self.depth
return (self.width,
self.height + self.depth,
self.depth,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|