fill_tick_positions_and_labels Subroutine

public subroutine fill_tick_positions_and_labels(tvals, nt, data_min, data_max, plot_start, plot_size, num_ticks, positions, labels, scale, threshold, date_format)

Fill tick positions and labels arrays

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), contiguous :: tvals(:)
integer, intent(in) :: nt
real(kind=wp), intent(in) :: data_min
real(kind=wp), intent(in) :: data_max
real(kind=wp), intent(in) :: plot_start
real(kind=wp), intent(in) :: plot_size
integer, intent(in) :: num_ticks
real(kind=wp), intent(out) :: positions(:)
character(len=50), intent(out) :: labels(:)
character(len=*), intent(in) :: scale
real(kind=wp), intent(in) :: threshold
character(len=*), intent(in), optional :: date_format