barh_impl Subroutine

public subroutine barh_impl(self, y, widths, height, label, color)

Add horizontal bar plot

Arguments

Type IntentOptional Attributes Name
class(figure_t), intent(inout) :: self
real(kind=wp), intent(in) :: y(:)
real(kind=wp), intent(in) :: widths(:)
real(kind=wp), intent(in), optional :: height
character(len=*), intent(in), optional :: label
real(kind=wp), intent(in), optional :: color(3)