Get line pattern array for a given style, in points. Single source of truth: the matplotlib default dash sequences. On/off lengths are in points; callers scale by line width (points) and convert to device units (see scale_pattern_to_pixels).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | linestyle | |||
| real(kind=wp), | intent(out) | :: | pattern(20) | |||
| integer, | intent(out) | :: | pattern_size |