Skip to content

Commit 46d9ee6

Browse files
zblztacaswell
authored andcommitted
add dotplus and doteqdot to relation symbols
1 parent 61ac189 commit 46d9ee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/mathtext.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2107,8 +2107,8 @@ class Parser(object):
21072107
\\subseteq \\supseteq \\cong \\Join
21082108
\\sqsubset \\sqsupset \\neq \\smile
21092109
\\sqsubseteq \\sqsupseteq \\doteq \\frown
2110-
\\in \\ni \\propto
2111-
\\vdash \\dashv \\dots'''.split())
2110+
\\in \\ni \\propto \\vdash
2111+
\\dashv \\dots \\dotplus \\doteqdot'''.split())
21122112

21132113
_arrow_symbols = set('''
21142114
\\leftarrow \\longleftarrow \\uparrow

0 commit comments

Comments
 (0)