collect_figure_data_ranges Subroutine

public subroutine collect_figure_data_ranges(plots, plot_count, x_min_data, x_max_data, y_min_data, y_max_data, has_valid_data, axis_filter)

Untransformed plot extents, independent of explicit view limits. Quiver uses the axes data extent for nonlinear finite differences.

Arguments

Type IntentOptional 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