Generate tick labels based on scale type - common function for all backends
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | data_min | |||
| real(kind=wp), | intent(in) | :: | data_max | |||
| integer, | intent(in) | :: | num_ticks | |||
| character(len=20), | intent(out) | :: | labels(:) | |||
| character(len=*), | intent(in), | optional | :: | scale | ||
| real(kind=wp), | intent(in), | optional | :: | threshold |