set_figure_limits Subroutine

public subroutine set_figure_limits(state, x_min, x_max, y_min, y_max)

Set axis limits

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(inout) :: state
real(kind=wp), intent(in), optional :: x_min
real(kind=wp), intent(in), optional :: x_max
real(kind=wp), intent(in), optional :: y_min
real(kind=wp), intent(in), optional :: y_max