8000 PEP8 fix · matplotlib/matplotlib@d1b16c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1b16c3

Browse files
authored
PEP8 fix
1 parent a524fd7 commit d1b16c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def get_tightbbox(self, renderer):
118118
# For now, just return None to exclude from layout calculation.
119119
return None
120120

121+
121122
def text_2d_to_3d(obj, z=0, zdir='z'):
122123
"""Convert a Text to a Text3D object."""
123124
obj.__class__ = Text3D

0 commit comments

Comments
 (0)
0