| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(*), | intent(in) | :: | backend | |||
| type(subplot_data_t), | intent(in) | :: | subplots_array(:,:) | |||
| integer, | intent(in) | :: | nr | |||
| integer, | intent(in) | :: | nc | |||
| character(len=*), | intent(in) | :: | xscale | |||
| character(len=*), | intent(in) | :: | yscale | |||
| real(kind=wp), | intent(in) | :: | symlog_threshold | |||
| real(kind=wp), | intent(out), | allocatable | :: | left_f(:,:) | ||
| real(kind=wp), | intent(out), | allocatable | :: | right_f(:,:) | ||
| real(kind=wp), | intent(out), | allocatable | :: | bottom_f(:,:) | ||
| real(kind=wp), | intent(out), | allocatable | :: | top_f(:,:) | ||
| logical, | intent(out) | :: | ok |