Rendering step procedures extracted from fortplot_figure_render_engine for size compliance (refs #1694)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| logical, | intent(in) | :: | ascii_bk |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| type(plot_data_t), | intent(inout) | :: | plots(:) | |||
| integer, | intent(in) | :: | plot_count | |||
| logical, | intent(in) | :: | pie_only |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| type(plot_data_t), | intent(in) | :: | plots(:) | |||
| integer, | intent(in) | :: | plot_count | |||
| logical, | intent(in) | :: | pie_only | |||
| character(len=64), | intent(in) | :: | x_fmt | |||
| character(len=64), | intent(in) | :: | y_fmt | |||
| character(len=64), | intent(in) | :: | twinx_fmt | |||
| character(len=64), | intent(in) | :: | twiny_fmt |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| type(plot_data_t), | intent(inout) | :: | plots(:) | |||
| integer, | intent(in) | :: | plot_count | |||
| logical, | intent(in) | :: | have_cbar | |||
| type(plot_area_t), | intent(in) | :: | cbar_pa | |||
| real(kind=wp), | intent(in) | :: | vmin | |||
| real(kind=wp), | intent(in) | :: | vmax | |||
| character(len=20), | intent(in) | :: | cmap | |||
| type(plot_area_t), | intent(in) | :: | saved_pa | |||
| logical, | intent(in) | :: | pa_supported | |||
| type(text_annotation_t), | intent(in), | optional | :: | annotations(:) | ||
| integer, | intent(in), | optional | :: | ann_count |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| type(plot_data_t), | intent(in) | :: | plots(:) | |||
| integer, | intent(in) | :: | plot_count |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| logical, | intent(in) | :: | has_pie_plots |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| type(plot_area_t), | intent(in) | :: | plot_area | |||
| real(kind=wp), | intent(in) | :: | vmin | |||
| real(kind=wp), | intent(in) | :: | vmax | |||
| character(len=*), | intent(in) | :: | colormap |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(plot_data_t), | intent(in) | :: | plots(:) | |||
| integer, | intent(in) | :: | plot_count | |||
| logical, | intent(out) | :: | enabled | |||
| integer, | intent(out) | :: | plot_idx |