Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
r"$\left\\|\right.$"
1 parent d41d513 commit 1188b3cCopy full SHA for 1188b3c
lib/matplotlib/_mathtext.py
@@ -1680,7 +1680,7 @@ class _MathStyle(enum.Enum):
1680
1681
_ambi_delim = set(r"""
1682
| \| / \backslash \uparrow \downarrow \updownarrow \Uparrow
1683
- \Downarrow \Updownarrow . \vert \Vert \\|""".split())
+ \Downarrow \Updownarrow . \vert \Vert""".split())
1684
1685
_left_delim = set(r"( [ \{ < \lfloor \langle \lceil".split())
1686
0 commit comments