StatsPlots.jl icon indicating copy to clipboard operation
StatsPlots.jl copied to clipboard

Grouped barplot do not work with `plotly()` backend

Open tiagoseq opened this issue 4 years ago • 1 comments

Hello, In Pluto notebook (this happens in VSCode too) I'm using Plots with the plotly() backend and I was trying to run the following example from the documentation: using Plots, StatsPlots plotly() groupedbar(rand(10,3), bar_position = :dodge, bar_width=0.7) and got the error: issue

But using the default backend, gr() the plot is shown correctly. Is this normal? Thank you

tiagoseq avatar Apr 20 '21 12:04 tiagoseq

I just checked, and using Pluto v0.15.1 I had no problems getting this to work in Pluto. @tiagoseq do you still get this error?

sethaxen avatar Jul 07 '21 23:07 sethaxen