compute_angular_ticks Subroutine

public pure subroutine compute_angular_ticks(n_ticks, tick_angles, tick_labels)

Compute angular tick positions and labels for polar plot Returns angles in radians and labels in degrees

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n_ticks
real(kind=wp), intent(out) :: tick_angles(:)
character(len=*), intent(out) :: tick_labels(:)