compute_date_ticks Subroutine

public subroutine compute_date_ticks(scale_type, data_min, data_max, tick_positions, num_ticks)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: scale_type
real(kind=wp), intent(in) :: data_min
real(kind=wp), intent(in) :: data_max
real(kind=wp), intent(out) :: tick_positions(20)
integer, intent(out) :: num_ticks