pyvista.AxesGeometrySource.symmetric# property AxesGeometrySource.symmetric: bool[source]# Mirror the axes such that they extend to negative values. Examples >>> import pyvista as pv >>> axes_geometry_source = pv.AxesGeometrySource(symmetric=True) >>> axes_geometry_source.output.plot() Static Scene Interactive Scene