aerosandbox.tools.pretty_plots.threedim ======================================= .. py:module:: aerosandbox.tools.pretty_plots.threedim Attributes ---------- .. autoapisummary:: aerosandbox.tools.pretty_plots.threedim.preset_view_angles aerosandbox.tools.pretty_plots.threedim.t Functions --------- .. autoapisummary:: aerosandbox.tools.pretty_plots.threedim.figure3d aerosandbox.tools.pretty_plots.threedim.ax_is_3d aerosandbox.tools.pretty_plots.threedim.set_preset_3d_view_angle Module Contents --------------- .. py:data:: preset_view_angles .. py:function:: figure3d(nrows = 1, ncols = 1, orthographic = True, box_aspect = None, adjust_colors = True, computed_zorder = True, ax_kwargs = None, **fig_kwargs) Creates a new 3D figure. Args and kwargs are passed into matplotlib.pyplot.figure(). Returns: (fig, ax) .. py:function:: ax_is_3d(ax = None) Determines if a Matplotlib axis object is 3D or not. :param ax: The axis object. If not given, uses the current active axes. Returns: A boolean of whether the axis is 3D or not. .. py:function:: set_preset_3d_view_angle(preset_view) .. py:data:: t