| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| real(kind=wp), | intent(out) | :: | rgb_data(:,:,:) | |||
| type(plot_data_t), | intent(inout), | allocatable | :: | plots(:) | ||
| integer, | intent(in) | :: | plot_count | |||
| type(text_annotation_t), | intent(inout), | allocatable | :: | annotations(:) | ||
| integer, | intent(in) | :: | annotation_count | |||
| logical, | intent(in) | :: | rendered |