figure_boxplot_operation Subroutine

public subroutine figure_boxplot_operation(state, plots, plot_count, data, position, width, label, show_outliers, horizontal, color, max_plots)

Create a box plot

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(in) :: state
type(plot_data_t), intent(inout), allocatable :: plots(:)
integer, intent(inout) :: plot_count
real(kind=wp), intent(in) :: 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), optional :: color
integer, intent(in) :: max_plots