How to style markers in plotly-dash to have two-color filling (like in matplotlib)

Does plotly (dash) have filling styles for the markers like in matplotlib?
How can I plot with two-color marker fillings?
Thanks!

1 Like

hm, i don’t think this is possible. what’s the use case?

In the data that I’m trying to plot each point originates from exactly 2 out of N<10 categories. I’m trying to convey the information about the two categories (color-coded) of which the data originate from (point-wise).
In Dash there is this marker.gradient.vertical implementation, but the gradient concept itself is misleading in my case.

maybe you could try marker symbols instead?

@gal.hitin did you come up with a good solution to this issue?