| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| type(plot_data_t), | intent(inout), | allocatable | :: | plots(:) | ||
| type(plot_data_t), | intent(inout), | allocatable | :: | streamlines(:) | ||
| type(subplot_data_t), | intent(inout), | allocatable | :: | subplots_array(:,:) | ||
| integer, | intent(inout) | :: | subplot_rows | |||
| integer, | intent(inout) | :: | subplot_cols | |||
| integer, | intent(inout) | :: | current_subplot | |||
| character(len=:), | intent(inout), | allocatable | :: | title | ||
| character(len=:), | intent(inout), | allocatable | :: | xlabel | ||
| character(len=:), | intent(inout), | allocatable | :: | ylabel | ||
| integer, | intent(inout) | :: | plot_count | |||
| integer, | intent(in), | optional | :: | width | ||
| integer, | intent(in), | optional | :: | height | ||
| character(len=*), | intent(in), | optional | :: | backend |