compute_radial_ticks Subroutine

public pure subroutine compute_radial_ticks(r_min, r_max, n_ticks, tick_values)

Compute radial tick positions for polar plot

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: r_min
real(kind=wp), intent(in) :: r_max
integer, intent(in) :: n_ticks
real(kind=wp), intent(out) :: tick_values(:)