Untransformed plot extents, independent of explicit view limits. Quiver uses the axes data extent for nonlinear finite differences.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(plot_data_t), | intent(in) | :: | plots(:) | |||
| integer, | intent(in) | :: | plot_count | |||
| real(kind=wp), | intent(out) | :: | x_min_data | |||
| real(kind=wp), | intent(out) | :: | x_max_data | |||
| real(kind=wp), | intent(out) | :: | y_min_data | |||
| real(kind=wp), | intent(out) | :: | y_max_data | |||
| logical, | intent(out) | :: | has_valid_data | |||
| integer, | intent(in), | optional | :: | axis_filter |