Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd1bc341

Browse files
committed
Fix mathtext rendering and sizing of vertical bar
1 parent68c78c9 commitd1bc341

18 files changed

+926
-646
lines changed

‎lib/matplotlib/_mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ def __init__(self, c, height, depth, state, always=False, factor=None):
14551455
break
14561456

14571457
shift=0
1458-
ifstate.font!=0:
1458+
ifstate.font!=0orlen(alternatives)==1:
14591459
iffactorisNone:
14601460
factor=target_total/ (char.height+char.depth)
14611461
state.fontsize*=factor

‎lib/matplotlib/_mathtext_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
'succnsim' :8937,
527527
'gimel' :8503,
528528
'vert' :124,
529-
'|' :124,
529+
'|' :8214,
530530
'varrho' :1009,
531531
'P' :182,
532532
'approxident' :8779,
Binary file not shown.
Lines changed: 216 additions & 160 deletions
Loading
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp