AxesGeometrySource.symmetric#
- property AxesGeometrySource.symmetric: bool[source]#
Mirror the axes such that they extend to negative values.
Examples#
Download Python source code | Download Jupyter notebook
>>> import pyvista as pv
>>> axes_geometry_source = pv.AxesGeometrySource(symmetric=True)
>>> axes_geometry_source.output.plot()