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

Skip to content

Commit 2fdf9bd

Browse files
committed
Merge branch 'v1.0.x'
2 parents 1383a77 + 9a93a5c commit 2fdf9bd

11 files changed

Lines changed: 9508 additions & 16 deletions

lib/matplotlib/_mathtext_data.py

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,17 +2355,17 @@
23552355
[
23562356
(0x0030, 0x0039, 'rm', 0x1d7d8), # 0-9
23572357
(0x0041, 0x0042, 'it', 0xe154), # A-B
2358-
(0x0043, 0x0043, 'it', 0x2102), # C (missing in beta STIX fonts)
2358+
(0x0043, 0x0043, 'it', 0x2102), # C
23592359
(0x0044, 0x0044, 'it', 0x2145), # D
23602360
(0x0045, 0x0047, 'it', 0xe156), # E-G
2361-
(0x0048, 0x0048, 'it', 0x210d), # H (missing in beta STIX fonts)
2361+
(0x0048, 0x0048, 'it', 0x210d), # H
23622362
(0x0049, 0x004d, 'it', 0xe159), # I-M
2363-
(0x004e, 0x004e, 'it', 0x2115), # N (missing in beta STIX fonts)
2363+
(0x004e, 0x004e, 'it', 0x2115), # N
23642364
(0x004f, 0x004f, 'it', 0xe15e), # O
2365-
(0x0050, 0x0051, 'it', 0x2119), # P-Q (missing in beta STIX fonts)
2366-
(0x0052, 0x0052, 'it', 0x211d), # R (missing in beta STIX fonts)
2365+
(0x0050, 0x0051, 'it', 0x2119), # P-Q
2366+
(0x0052, 0x0052, 'it', 0x211d), # R
23672367
(0x0053, 0x0059, 'it', 0xe15f), # S-Y
2368-
(0x005a, 0x005a, 'it', 0x2124), # Z (missing in beta STIX fonts)
2368+
(0x005a, 0x005a, 'it', 0x2124), # Z
23692369
(0x0061, 0x0063, 'it', 0xe166), # a-c
23702370
(0x0064, 0x0065, 'it', 0x2146), # d-e
23712371
(0x0066, 0x0068, 'it', 0xe169), # f-h
@@ -2380,8 +2380,23 @@
23802380
'bf':
23812381
[
23822382
(0x0030, 0x0039, 'rm', 0x1d7d8), # 0-9
2383-
(0x0041, 0x005a, 'bf', 0xe38a), # A-Z
2384-
(0x0061, 0x007a, 'bf', 0xe39d), # a-z
2383+
(0x0041, 0x0042, 'bf', 0xe38a), # A-B
2384+
(0x0043, 0x0043, 'bf', 0x2102), # C
2385+
(0x0044, 0x0044, 'bf', 0x2145), # D
2386+
(0x0045, 0x0047, 'bf', 0xe38d), # E-G
2387+
(0x0048, 0x0048, 'bf', 0x210d), # H
2388+
(0x0049, 0x004d, 'bf', 0xe390), # I-M
2389+
(0x004e, 0x004e, 'bf', 0x2115), # N
2390+
(0x004f, 0x004f, 'bf', 0xe395), # O
2391+
(0x0050, 0x0051, 'bf', 0x2119), # P-Q
2392+
(0x0052, 0x0052, 'bf', 0x211d), # R
2393+
(0x0053, 0x0059, 'bf', 0xe396), # S-Y
2394+
(0x005a, 0x005a, 'bf', 0x2124), # Z
2395+
(0x0061, 0x0063, 'bf', 0xe39d), # a-c
2396+
(0x0064, 0x0065, 'bf', 0x2146), # d-e
2397+
(0x0066, 0x0068, 'bf', 0xe3a2), # f-h
2398+
(0x0069, 0x006a, 'bf', 0x2148), # i-j
2399+
(0x006b, 0x007a, 'bf', 0xe3a7), # k-z
23852400
(0x0393, 0x0393, 'bf', 0x213e), # \Gamma
23862401
(0x03a0, 0x03a0, 'bf', 0x213f), # \Pi
23872402
(0x03a3, 0x03a3, 'bf', 0x2140), # \Sigma
Binary file not shown.
332 KB
Loading

lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_font.svg

Lines changed: 3056 additions & 0 deletions
Loading
Binary file not shown.
335 KB
Loading

lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_font_stix.svg

Lines changed: 3272 additions & 0 deletions
Loading
Binary file not shown.
327 KB
Loading

lib/matplotlib/tests/baseline_images/test_mathtext/mathtext_font_stixsans.svg

Lines changed: 3080 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)