Clear the figure to prepare for reuse (preserving backend settings)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| 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_target | ||
| character(len=:), | intent(inout), | allocatable | :: | xlabel_target | ||
| character(len=:), | intent(inout), | allocatable | :: | ylabel_target | ||
| integer, | intent(inout) | :: | plot_count | |||
| integer, | intent(inout) | :: | annotation_count |