Can we make horizontal bar plots in Plots.jl?

Something similar to barh in Matplotlib. I see there is a barh function in Plots, but for gr/pyplot/plotlyjs backends, it returns the following error:

The backend must not support the series type Val{:barh}, and there isn't a series recipe defined.

Thank you

bar(x, orientation = :horizontal)

7 Likes

Perfect. Thank you.