set_orientation#
- ModelPlotter.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_position
str Camera view. Default is “xy”. Options are “xz” and “yz”.
- roll_angle
int,float Roll camera angle on the specified the camera_position.
- azimuth_angle
int,float Azimuth angle of camera on the specified the camera_position.
- elevation_angle
int,float Elevation camera angle on the specified the camera_position.
- camera_position
- Returns: