Plot a boxplot with a named color.
Parameters data : real(wp), contiguous, intent(in) Sample values. position : real(wp), optional Box position. width : real(wp), optional Box width. label : character(len=), optional Legend label. show_outliers : logical, optional Show outlier markers. horizontal : logical, optional Draw a horizontal boxplot. color : character(len=), intent(in) Box color.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | contiguous | :: | data(:) | ||
| real(kind=wp), | intent(in), | optional | :: | position | ||
| real(kind=wp), | intent(in), | optional | :: | width | ||
| character(len=*), | intent(in), | optional | :: | label | ||
| logical, | intent(in), | optional | :: | show_outliers | ||
| logical, | intent(in), | optional | :: | horizontal | ||
| character(len=*), | intent(in) | :: | color |
Plot a boxplot with an RGB color.
Parameters data : real(wp), contiguous, intent(in) Sample values. position : real(wp), optional Box position. width : real(wp), optional Box width. label : character(len=*), optional Legend label. show_outliers : logical, optional Show outlier markers. horizontal : logical, optional Draw a horizontal boxplot. color : real(wp)(3), optional Box color.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in), | contiguous | :: | data(:) | ||
| real(kind=wp), | intent(in), | optional | :: | position | ||
| real(kind=wp), | intent(in), | optional | :: | width | ||
| character(len=*), | intent(in), | optional | :: | label | ||
| logical, | intent(in), | optional | :: | show_outliers | ||
| logical, | intent(in), | optional | :: | horizontal | ||
| real(kind=wp), | intent(in), | optional | :: | color(3) |