ascii_secondary_y_tick_width Function

public function ascii_secondary_y_tick_width(yscale, symlog_threshold, y_min, y_max, date_format) result(width)

Width in character cells needed to hold the widest secondary y tick label, plus one column of padding from the data area. Used to reserve the right-hand band before data is drawn.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: yscale
real(kind=wp), intent(in) :: symlog_threshold
real(kind=wp), intent(in) :: y_min
real(kind=wp), intent(in) :: y_max
character(len=*), intent(in), optional :: date_format

Return Value integer