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

Skip to content

Commit f7b0253

Browse files
committed
Cleaned up some comments.
svn path=/trunk/matplotlib/; revision=3739
1 parent ac5f198 commit f7b0253

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

lib/matplotlib/mathtext.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@
116116
117117
- Certainly there are some...
118118
119-
STATUS:
120-
The *Unicode* classes were incomplete when I found them, and have
121-
not been refactored to support intermingling of regular text and
122-
math text yet. They are most likely broken. -- Michael Droettboom, July 2007
123-
124119
Author : John Hunter <[email protected]>
125120
Michael Droettboom <[email protected]>
126121
(rewrite based on TeX box layout algorithms)
@@ -2400,9 +2395,3 @@ def parse(self, s, dpi, prop):
24002395
font_output.mathtext_backend.fonts_object = None
24012396

24022397
return result
2403-
2404-
# math_parse_s_ft2font = math_parse_s_ft2font_common('Agg')
2405-
# math_parse_s_ft2font_svg = math_parse_s_ft2font_common('SVG')
2406-
# math_parse_s_ps = math_parse_s_ft2font_common('PS')
2407-
# math_parse_s_pdf = math_parse_s_ft2font_common('PDF')
2408-
# math_parse_s_cairo = math_parse_s_ft2font_common('Cairo')

0 commit comments

Comments
 (0)