rotate¶

ImageGraphic.rotate(alpha, axis='y')¶

Rotate the Graphic with respect to the world.

Parameters:
  • alpha (float) – Rotation angle in radians.

  • axis (Literal['x', 'y', 'z']) – Rotation axis label.