.. _volumetric_module: Volumetric Plotting =================== A 3D volume figure may be created as follows. .. currentmodule:: visualization.volumetric .. autofunction:: create_figure Data may be added to the figure via, .. currentmodule:: visualization.volumetric .. autofunction:: add_structure .. currentmodule:: visualization.volumetric .. autofunction:: add_volume .. currentmodule:: visualization.volumetric .. autofunction:: add_polygon .. currentmodule:: visualization.volumetric .. autofunction:: add_cen_grav The figure can be configured as follows, .. currentmodule:: visualization.volumetric .. autofunction:: add_axes .. currentmodule:: visualization.volumetric .. autofunction:: set_black_background The figure can be displayed via, .. currentmodule:: visualization.volumetric .. autofunction:: show_figure The figure may be exported to blender via, .. currentmodule:: visualization.volumetric .. autofunction:: export_to_blender