Set the y-axis scale.
Parameters scale : character(len=*), intent(in) 'linear', 'log', 'symlog', or 'logit'. linthresh : real(wp), optional Symlog linear range threshold. threshold : real(wp), optional Deprecated alias for linthresh. base : real(wp), optional Symlog logarithm base. linscale : real(wp), optional Symlog linear-region scaling factor.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | scale | |||
| real(kind=wp), | intent(in), | optional | :: | linthresh | ||
| real(kind=wp), | intent(in), | optional | :: | threshold | ||
| real(kind=wp), | intent(in), | optional | :: | base | ||
| real(kind=wp), | intent(in), | optional | :: | linscale |