Helper routines for enforcing axis aspect ratios in figures
Detect whether a collection of plots contains at least one pie chart
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(plot_data_t), | intent(in) | :: | plots(:) | |||
| integer, | intent(in) | :: | plot_count | 
Check if every plot in the collection is a pie chart
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(plot_data_t), | intent(in) | :: | plots(:) | |||
| integer, | intent(in) | :: | plot_count | 
Adjust the figure axis limits so pie charts render with equal scaling
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(figure_state_t), | intent(inout) | :: | state | |||
| real(kind=wp), | intent(in), | optional | :: | plot_width_px | ||
| real(kind=wp), | intent(in), | optional | :: | plot_height_px |