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 bb37ab6 commit a578628Copy full SHA for a578628
1 file changed
lib/matplotlib/text.py
@@ -782,7 +782,8 @@ def draw(self, renderer):
782
y = y + posy
783
if renderer.flipy():
784
y = canvash - y
785
- clean_line, ismath = textobj.is_math_text(line, self.get_usetex())
+ clean_line, ismath = textobj.is_math_text(line,
786
+ self.get_usetex())
787
788
if textobj.get_path_effects():
789
from matplotlib.patheffects import PathEffectRenderer
0 commit comments