Skip to content

Commit a578628

Browse files
committed
STY: wrap long line
1 parent bb37ab6 commit a578628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/text.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,8 @@ def draw(self, renderer):
782782
y = y + posy
783783
if renderer.flipy():
784784
y = canvash - y
785-
clean_line, ismath = textobj.is_math_text(line, self.get_usetex())
785+
clean_line, ismath = textobj.is_math_text(line,
786+
self.get_usetex())
786787

787788
if textobj.get_path_effects():
788789
from matplotlib.patheffects import PathEffectRenderer

0 commit comments

Comments
 (0)