pyvista.CubeAxesActor.update_bounds

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 (x_min, x_max, y_min, y_max, z_min, z_max).