ascii_draw_secondary_x_axis_top Subroutine

public subroutine ascii_draw_secondary_x_axis_top(backend, xscale, symlog_threshold, x_min, x_max, xlabel, date_format)

Draw top x-axis tick labels for ASCII backend

Arguments

Type IntentOptional Attributes Name
type(ascii_context), intent(inout) :: backend
character(len=*), intent(in) :: xscale
real(kind=wp), intent(in) :: symlog_threshold
real(kind=wp), intent(in) :: x_min
real(kind=wp), intent(in) :: x_max
character(len=:), intent(in), optional, allocatable :: xlabel
character(len=*), intent(in), optional :: date_format