set_view_figure Subroutine

public subroutine set_view_figure(state, elev, azim, dist)

Set the 3D view angles (degrees) and optional camera distance. Mirrors matplotlib's Axes3D.view_init(elev, azim).

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(inout) :: state
real(kind=wp), intent(in), optional :: elev
real(kind=wp), intent(in), optional :: azim
real(kind=wp), intent(in), optional :: dist