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

Commit2ccc3ba

Browse files
committed
Merge pull request#1573 from pwuertz/fix_1572
fix issue#1572 caused by PR#1081
2 parentsb77afc6 +44bd697 commit2ccc3ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎lib/matplotlib/text.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,7 @@ def draw(self, renderer):
585585
ifself.get_path_effects():
586586
forpath_effectinself.get_path_effects():
587587
path_effect.draw_tex(renderer,gc,x,y,clean_line,
588-
self._fontproperties,angle,
589-
mtext=self)
588+
self._fontproperties,angle)
590589
else:
591590
renderer.draw_tex(gc,x,y,clean_line,
592591
self._fontproperties,angle,mtext=self)
@@ -605,7 +604,7 @@ def draw(self, renderer):
605604
forpath_effectinself.get_path_effects():
606605
path_effect.draw_text(renderer,gc,x,y,clean_line,
607606
self._fontproperties,angle,
608-
ismath=ismath,mtext=self)
607+
ismath=ismath)
609608
else:
610609
renderer.draw_text(gc,x,y,clean_line,
611610
self._fontproperties,angle,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp