barh_plot_state Subroutine

public subroutine barh_plot_state(plots, state, plot_count, y, widths, height, left, label, color, edgecolor, color_per_bar, edgecolor_per_bar)

Arguments

Type IntentOptional Attributes Name
type(plot_data_t), intent(inout) :: plots(:)
type(figure_state_t), intent(inout) :: state
integer, intent(inout) :: plot_count
real(kind=wp), intent(in), contiguous :: y(:)
real(kind=wp), intent(in), contiguous :: widths(:)
real(kind=wp), intent(in), optional :: height
real(kind=wp), intent(in), optional :: left(:)
character(len=*), intent(in), optional :: label
real(kind=wp), intent(in), optional :: color(3)
real(kind=wp), intent(in), optional :: edgecolor(3)
real(kind=wp), intent(in), optional :: color_per_bar(3,*)
real(kind=wp), intent(in), optional :: edgecolor_per_bar(3,*)