figure_subplots Subroutine

public subroutine figure_subplots(subplots_array, subplot_rows, subplot_cols, current_subplot, nrows, ncols)

Create a grid of subplots

Arguments

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