# Fillstyle not supported with Plots.PlotlyBackend()

**URL:** https://discourse.julialang.org/t/fillstyle-not-supported-with-plots-plotlybackend/109932
**Category:** Visualization
**Tags:** plotting, plots, plotlyjs
**Created:** [February 8, 2024, 1:56pm UTC](https://discourse.julialang.org/t/fillstyle-not-supported-with-plots-plotlybackend/109932 "2024-02-08T13:56:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hannaekfa](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/hannaekfa/32/5251_2.png) [@hannaekfa](https://discourse.julialang.org/u/hannaekfa)
#### Post date: [February 8, 2024, 1:56pm UTC](https://discourse.julialang.org/t/fillstyle-not-supported-with-plots-plotlybackend/109932/1 "2024-02-08T13:56:26Z")

</div>

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](https://docs.juliaplots.org/latest/generated/attributes_series/).

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

---

<div class="post-metadata">

### Author: ![rafael.guerra](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rafael.guerra/32/216610_2.png) [@rafael.guerra](https://discourse.julialang.org/u/rafael.guerra)
#### Post date: [February 8, 2024, 4:07pm UTC](https://discourse.julialang.org/t/fillstyle-not-supported-with-plots-plotlybackend/109932/2 "2024-02-08T16:07:44Z")

</div>

> [@hannaekfa](#):
>
> I am guessing it is not implemented in the plotly backend,

[According to the docs](https://docs.juliaplots.org/latest/generated/supported/), it is not supported by plotly.
