Set x-axis scale (matplotlib-compatible)
Arguments: scale - 'linear', 'log', 'symlog', 'logit' linthresh - symlog linear range threshold (matplotlib canonical) threshold - deprecated alias for linthresh, kept for compatibility base - symlog logarithm base (default 10) linscale - symlog linear region scaling factor (default 1)
| 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 |