| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| integer(kind=1), | intent(out), | allocatable | :: | png_data(:) | ||
| integer, | intent(out) | :: | status | |||
| 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 |