resolve_colorbar_mappable Subroutine

public subroutine resolve_colorbar_mappable(plots, plot_count, preferred_index, plot_index, vmin, vmax, colormap, ok)

Arguments

Type IntentOptional Attributes Name
type(plot_data_t), intent(in) :: plots(:)
integer, intent(in) :: plot_count
integer, intent(in) :: preferred_index
integer, intent(out) :: plot_index
real(kind=wp), intent(out) :: vmin
real(kind=wp), intent(out) :: vmax
character(len=20), intent(out) :: colormap
logical, intent(out) :: ok