update_figure_data_ranges_boxplot Subroutine

public subroutine update_figure_data_ranges_boxplot(data, position, x_min, x_max, y_min, y_max, xlim_set, ylim_set)

Update data ranges after adding boxplot - delegate to specialized module

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: data(:)
real(kind=wp), intent(in), optional :: position
real(kind=wp), intent(inout) :: x_min
real(kind=wp), intent(inout) :: x_max
real(kind=wp), intent(inout) :: y_min
real(kind=wp), intent(inout) :: y_max
logical, intent(in) :: xlim_set
logical, intent(in) :: ylim_set