JuliaPlots / StatsPlots.jl

Statistical plotting recipes for Plots.jl
Other
440 stars 90 forks source link

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

Open tiagoseq opened 3 years ago

tiagoseq commented 3 years ago

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

sethaxen commented 3 years ago

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?