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

Skip to content

Commit 7e8d9fa

Browse files
committed
Correct Unicode for [lg]napprox
1 parent d464cbf commit 7e8d9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/_mathtext_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@
489489
'succnapprox' : 0x2aba,
490490
'subsetneqq' : 0x2acb,
491491
'supsetneqq' : 0x2acc,
492-
'lnapprox' : 0x2ab9,
493-
'gnapprox' : 0x2aba,
492+
'lnapprox' : 0x2a89,
493+
'gnapprox' : 0x2a8a,
494494
'longleftarrow' : 0x27f5,
495495
'longrightarrow' : 0x27f6,
496496
'longleftrightarrow' : 0x27f7,

0 commit comments

Comments
 (0)