Matplotlib-style fill_between with string color. y1 is required
(matching matplotlib); y2 defaults to zero.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | contiguous | :: | x(:) | ||
| real(kind=wp), | intent(in), | contiguous | :: | y1(:) | ||
| real(kind=wp), | intent(in), | optional | :: | y2(:) | ||
| logical, | intent(in), | optional | :: | where(:) | ||
| character(len=*), | intent(in), | optional | :: | color | ||
| real(kind=wp), | intent(in), | optional | :: | alpha | ||
| logical, | intent(in), | optional | :: | interpolate | ||
| character(len=*), | intent(in), | optional | :: | step |
RGB-color variant of fill_between. Same positional layout as the
string variant; color keyword type distinguishes the two.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | contiguous | :: | x(:) | ||
| real(kind=wp), | intent(in), | contiguous | :: | y1(:) | ||
| real(kind=wp), | intent(in), | optional | :: | y2(:) | ||
| logical, | intent(in), | optional | :: | where(:) | ||
| real(kind=wp), | intent(in) | :: | color(3) | |||
| real(kind=wp), | intent(in), | optional | :: | alpha | ||
| logical, | intent(in), | optional | :: | interpolate | ||
| character(len=*), | intent(in), | optional | :: | step |