create_subplots Subroutine

public subroutine create_subplots(subplots_array, subplot_rows, subplot_cols, nrows, ncols, subplot_active)

Create a grid of subplots

Arguments

Type IntentOptional Attributes Name
type(subplot_data_t), intent(inout), allocatable :: subplots_array(:,:)
integer, intent(out) :: subplot_rows
integer, intent(out) :: subplot_cols
integer, intent(in) :: nrows
integer, intent(in) :: ncols
logical, intent(out) :: subplot_active