generate_y_axis_ticks Subroutine

public subroutine generate_y_axis_ticks(data_min, data_max, num_ticks, plot_bottom, plot_height, positions, labels, scale_type, date_format, symlog_threshold, custom_yticks, custom_ytick_labels)

Generate Y axis tick positions and labels

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: data_min
real(kind=wp), intent(in) :: data_max
integer, intent(inout) :: num_ticks
real(kind=wp), intent(in) :: plot_bottom
real(kind=wp), intent(in) :: plot_height
real(kind=wp), intent(out) :: positions(:)
character(len=50), intent(out) :: labels(:)
character(len=*), intent(in), optional :: scale_type
character(len=*), intent(in), optional :: date_format
real(kind=wp), intent(in), optional :: symlog_threshold
real(kind=wp), intent(in), optional :: custom_yticks(:)
character(len=*), intent(in), optional :: custom_ytick_labels(:)