mpl_toolkits.mplot3d.art3d.Text3D(x=0, y=0, z=0, text='', zdir='z', **kwargs)[source]¶Bases: matplotlib.text.Text
Text object with 3D position and direction.
| Parameters: | x, y, z
text : str
zdir : {'x', 'y', 'z', None, 3-tuple}
|
|---|---|
| Other Parameters: | **kwargs
|
get_tightbbox(renderer)[source]¶Like Artist.get_window_extent, but includes any clipping.
| Parameters: | renderer :
|
|---|---|
| Returns: | bbox :
|