boxplot Subroutine

public subroutine boxplot(data, position, width, label, show_outliers, horizontal, color)

Add a box-and-whisker plot to the global figure (pyplot-style)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(:) :: 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, dimension(3) :: color