Select a subplot in an nrows by ncols grid.
Parameters nrows : integer Number of subplot rows. ncols : integer Number of subplot columns. index : integer 1-based subplot index in row-major order.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | nrows | |||
| integer, | intent(in) | :: | ncols | |||
| integer, | intent(in) | :: | index |