You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to attach error bars to a horizontal bar plot, however they seem to be anchored to where the bars would end if the orientation was vertical. Example: bar(rand(3), fill=:orange, orientation=:h, xerror=fill(.2,3), xlims=(0,4),ylims=(0,4))
I've tried GR, PyPlot and Plotly backends.
The text was updated successfully, but these errors were encountered:
I wanted to attach error bars to a horizontal bar plot, however they seem to be anchored to where the bars would end if the orientation was vertical. Example:
bar(rand(3), fill=:orange, orientation=:h, xerror=fill(.2,3), xlims=(0,4),ylims=(0,4))
I've tried GR, PyPlot and Plotly backends.
The text was updated successfully, but these errors were encountered: