figure_update_data_ranges_pcolormesh Subroutine

public subroutine figure_update_data_ranges_pcolormesh(plots, plot_count, xlim_set, ylim_set, x_min, x_max, y_min, y_max)

Update data ranges after adding pcolormesh plot - delegate to ranges module

Arguments

Type IntentOptional Attributes Name
type(plot_data_t), intent(in) :: plots(:)
integer, intent(in) :: plot_count
logical, intent(in) :: xlim_set
logical, intent(in) :: ylim_set
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