set_orientation#

HDMPlotter.set_orientation(camera_position: str = 'xy', roll_angle: int = 0, azimuth_angle: int = 45, elevation_angle: int = 20) bool#

Change the plot default orientation.

Parameters:
camera_positionstr

Camera view. Default is “xy”. Options are “xz” and “yz”.

roll_angleint, float

Roll camera angle on the specified the camera_position.

azimuth_angleint, float

Azimuth angle of camera on the specified the camera_position.

elevation_angleint, float

Elevation camera angle on the specified the camera_position.

Returns:
bool