10000 include forgotten unicodes · lucavribeiro/matplotlib@416bd2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 416bd2c

Browse files
committed
include forgotten unicodes
1 parent 30ee20d commit 416bd2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/_mathtext_data.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,7 @@
10701070
"\N{GREEK SMALL LETTER PI}",
10711071
"\N{DOUBLE-STRUCK SMALL PI}",
10721072
"\N{DOUBLE-STRUCK ITALIC SMALL D}",
1073+
"\N{DOUBLE-STRUCK ITALIC CAPITAL D}",
10731074
"\N{DOUBLE-STRUCK ITALIC SMALL I}",
10741075
"\N{GREEK CAPITAL LETTER ALPHA}",
10751076
< 6DEC span class=pl-s>"\N{GREEK CAPITAL LETTER OMEGA}",
@@ -1081,7 +1082,8 @@
10811082
"\N{GREEK RHO SYMBOL}",
10821083
"\N{GREEK LUNATE EPSILON SYMBOL}",
10831084
"\N{PARTIAL DIFFERENTIAL}",
1084-
"\N{NABLA}"
1085+
"\N{NABLA}",
1086+
"\N{GREEK KAPPA SYMBOL}"
10851087
]
10861088

10871089
# unicodes dict

0 commit comments

Comments
 (0)
0