Create a grid of subplots
Type | Intent | Optional | 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 |