Add a plot to a specific subplot
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(subplot_data_t), | intent(inout) | :: | subplots_array(:,:) | |||
| integer, | intent(in) | :: | subplot_rows | |||
| integer, | intent(in) | :: | subplot_cols | |||
| integer, | intent(in) | :: | row | |||
| integer, | intent(in) | :: | col | |||
| real(kind=wp), | intent(in) | :: | x(:) | |||
| real(kind=wp), | intent(in) | :: | y(:) | |||
| character(len=*), | intent(in), | optional | :: | label | ||
| character(len=*), | intent(in), | optional | :: | linestyle | ||
| real(kind=wp), | intent(in), | optional | :: | color(3) | ||
| real(kind=wp), | intent(in) | :: | default_colors(:,:) | |||
| integer, | intent(in) | :: | max_colors |