render_colorbar_with_state Subroutine

public subroutine render_colorbar_with_state(state, plot_area, vmin, vmax, colormap)

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(inout) :: state
type(plot_area_t), intent(in) :: plot_area
real(kind=wp), intent(in) :: vmin
real(kind=wp), intent(in) :: vmax
character(len=*), intent(in) :: colormap