| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| type(plot_data_t), | intent(inout), | allocatable | :: | plots(:) | ||
| integer, | intent(in) | :: | plot_count | |||
| character(len=*), | intent(in) | :: | filename | |||
| integer, | intent(out) | :: | status | |||
| logical, | intent(in), | optional | :: | blocking | ||
| type(text_annotation_t), | intent(inout), | allocatable | :: | annotations(:) | ||
| integer, | intent(in) | :: | annotation_count | |||
| type(subplot_data_t), | intent(in), | optional | :: | subplots_array(:,:) | ||
| integer, | intent(in), | optional | :: | subplot_rows | ||
| integer, | intent(in), | optional | :: | subplot_cols |