Build a uniform or per-point size array for scatter markers.
Priority: s(:) array > s_scalar scalar.
If neither is supplied, the core scatter default remains in effect.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | n | |||
| real(kind=wp), | intent(in), | optional | :: | s(:) | ||
| real(kind=wp), | intent(in), | optional | :: | s_scalar | ||
| real(kind=wp), | intent(out), | allocatable | :: | s_out(:) |