Hi!
I am trying to create a fillranged plot using the plotly backend with a fillstyle according to the series attributes list at Series Attributes · Plots.
I run:
plotly()
plot(zeros(100), fillrange=rand(100), fillstyle=:/, show=true)
But I get the warning:
┌ Warning: Keyword argument fillstyle not supported with Plots.PlotlyBackend().
I am on Julia 1.9 using Plots 1.39.
I am guessing it is not implemented in the plotly backend, or it is any misstake I am making? I there any way to fix this?
Best,
Hanna