boxplot_cap_half_width Function

public pure function boxplot_cap_half_width(box_width) result(capw)

matplotlib default: whisker cap total width is half the box width, so the cap half-width is a quarter of the box width.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: box_width

Return Value real(kind=wp)