Compute tick positions for different scale types
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | scale_type | |||
| real(kind=wp), | intent(in) | :: | data_min | |||
| real(kind=wp), | intent(in) | :: | data_max | |||
| real(kind=wp), | intent(in) | :: | threshold | |||
| real(kind=wp), | intent(out) | :: | tick_positions(MAX_TICKS) | |||
| integer, | intent(out) | :: | num_ticks |