# Examples from pyvista.AxesGeometrySource.symmetric
# ==================================================

import pyvista as pv
axes_geometry_source = pv.AxesGeometrySource(symmetric=True)
axes_geometry_source.output.plot()

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

