Generate Y axis tick positions and labels
| Type | Intent | Optional | 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(:) |