pyvista.CubeAxesActor.update_bounds#

CubeAxesActor.update_bounds(bounds)[source]#

Update the bounds of this actor.

Unlike the CubeAxesActor.bounds attribute, updating the bounds also updates the axis labels.

Parameters:
boundssequence[float]

Bounds in the form of [xmin, xmax, ymin, ymax, zmin, zmax].