bar_plot_state Subroutine

public subroutine bar_plot_state(plots, state, plot_count, x, heights, width, bottom, 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 :: x(:)
real(kind=wp), intent(in), contiguous :: heights(:)
real(kind=wp), intent(in), optional :: width
real(kind=wp), intent(in), optional :: bottom(:)
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,*)