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

Skip to content

Commit ea1e850

Browse files
committed
Merged revisions 5678-5684 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_91_maint ........ r5684 | mdboom | 2008-06-27 08:49:34 -0400 (Fri, 27 Jun 2008) | 2 lines Fix mathtext parsing bug. ........ svn path=/trunk/matplotlib/; revision=5685
1 parent 921021c commit ea1e850

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2008-06-26 Fix mathtext bug for expressions like $x_{\leftarrow}$ - MGD
2+
13
2008-06-26 Fix direction of horizontal/vertical hatches - MGD
24

35
2008-06-25 Figure.figurePatch renamed Figure.patch, Axes.axesPatch

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ def __init__(self):
20882088
start_group
20892089
+ ZeroOrMore(
20902090
autoDelim
2091-
| simple)
2091+
^ simple)
20922092
- end_group
20932093
).setParseAction(self.group).setName("group")
20942094

0 commit comments

Comments
 (0)