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 a524fd7 commit d1b16c3Copy full SHA for d1b16c3
1 file changed
lib/mpl_toolkits/mplot3d/art3d.py
@@ -118,6 +118,7 @@ def get_tightbbox(self, renderer):
118
# For now, just return None to exclude from layout calculation.
119
return None
120
121
+
122
def text_2d_to_3d(obj, z=0, zdir='z'):
123
"""Convert a Text to a Text3D object."""
124
obj.__class__ = Text3D
0 commit comments