subplots_grid Function

public function subplots_grid(nrows, ncols) result(axes)

Create subplot grid and return axis indices in row-major order

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nrows
integer, intent(in) :: ncols

Return Value integer, allocatable, (:,:)