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.
2 parents b77afc6 + 44bd697 commit 2ccc3baCopy full SHA for 2ccc3ba
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