Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 027dd2c

Browse filesBrowse files
committed
Fix matplotlib#4299: Add support for \left\Vert etc.
1 parent 174fc94 commit 027dd2c
Copy full SHA for 027dd2c

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎lib/matplotlib/_mathtext_data.py

Copy file name to clipboardExpand all lines: lib/matplotlib/_mathtext_data.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
r'\chi' : ('cmmi10', 17),
9797
r'\psi' : ('cmmi10', 31),
9898
r'|' : ('cmsy10', 47),
99-
r'\|' : ('cmsy10', 47),
99+
r'\|' : ('cmsy10', 44),
100100
r'(' : ('cmr10', 119),
101101
r'\leftparen' : ('cmr10', 119),
102102
r'\rightparen' : ('cmr10', 68),

‎lib/matplotlib/mathtext.py

Copy file name to clipboardExpand all lines: lib/matplotlib/mathtext.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2112,7 +2112,7 @@ class Parser(object):
21122112

21132113
_ambi_delim = set("""
21142114
| \\| / \\backslash \\uparrow \\downarrow \\updownarrow \\Uparrow
2115-
\\Downarrow \\Updownarrow .""".split())
2115+
\\Downarrow \\Updownarrow . \\vert \\Vert \\\\|""".split())
21162116

21172117
_left_delim = set(r"( [ \{ < \lfloor \langle \lceil".split())
21182118

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.