Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 756ba67

Browse files
committed
fixed some minor bugs related to mathtext: text
markup in new config, uncommented print statement svn path=/trunk/matplotlib/; revision=3792
1 parent be91f14 commit 756ba67

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/config/mplconfig.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ def __init__(self, tconfig):
337337
'text.latex.unicode' : (self.tconfig.text.latex, 'unicode'),
338338
'text.latex.preamble' : (self.tconfig.text.latex, 'preamble'),
339339
'text.dvipnghack' : (self.tconfig.text.latex, 'dvipnghack'),
340-
'text.markup' : (self.tconfig.text, 'markup'),
341340

342341
'mathtext.cal' : (self.tconfig.mathtext, 'cal'),
343342
'mathtext.rm' : (self.tconfig.mathtext, 'rm'),

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def render_rect_filled(self, x1, y1, x2, y2):
355355

356356
def get_results(self, box):
357357
ship(0, -self.depth, box)
358-
print self.depth
358+
#print self.depth
359359
return (self.width,
360360
self.height + self.depth,
361361
self.depth,

0 commit comments

Comments
 (0)