Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7924451 commit 44bd697Copy full SHA for 44bd697
lib/matplotlib/text.py
@@ -585,8 +585,7 @@ def draw(self, renderer):
585
if self.get_path_effects():
586
for path_effect in self.get_path_effects():
587
path_effect.draw_tex(renderer, gc, x, y, clean_line,
588
- self._fontproperties, angle,
589
- mtext=self)
+ self._fontproperties, angle)
590
else:
591
renderer.draw_tex(gc, x, y, clean_line,
592
self._fontproperties, angle, mtext=self)
@@ -605,7 +604,7 @@ def draw(self, renderer):
605
604
606
path_effect.draw_text(renderer, gc, x, y, clean_line,
607
self._fontproperties, angle,
608
- ismath=ismath, mtext=self)
+ ismath=ismath)
609
610
renderer.draw_text(gc, x, y, clean_line,
611
0 commit comments