pyplot¶
-
pymethods.pyplot.equal_aspect_3d(*args) → None¶ approximate equal aspect for 3d axis
-
pymethods.pyplot.equal_aspect_3d_centered(centroid: numpy.ndarray, ax=None) → None¶ apprimate equal aspect around a centroid
- Args:
centroid (np.ndarray): ax ([type], optional): if none use gca to grab available axis.
Defaults to None.
- Returns:
None:
-
pymethods.pyplot.figure_3d()¶ create a 3d figure and axis
- Returns:
typing.Tuple[plt.figure.Figure, plt.axis.Axis]: [description]
-
pymethods.pyplot.gcfa3d()¶ gcfa3d [
get the current 3d figure and axes
- Returns:
typing.Tuple[plt.figure.Figure, plt.axis.Axis]:
-
pymethods.pyplot.is_ax_3d(ax) → bool¶ check whether axis is 3d
- Args:
ax
- Returns:
bool:
-
pymethods.pyplot.is_gca_3d() → bool¶ check_if_gca_is_3d_axis
check if current global axis is 3d
- Returns:
bool: true or false whether or not the axis is in 3d