Validate arrow size and style inputs (matplotlib compatible)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | optional | :: | arrowsize_opt | ||
| character(len=*), | intent(in), | optional | :: | arrowstyle_opt | ||
| real(kind=wp), | intent(out) | :: | arrow_size_val | |||
| character(len=10), | intent(out) | :: | arrow_style_val | |||
| logical, | intent(out) | :: | has_error |