Plotly suggested feature: fill_between()

I am generating a multi subplot histogram with data around Country Report Data, where the output is to emphasize the market leaders. To do this, I need to draw a vertical line at 0.7 and color everything to the left.

New to plotly, currently using plotly 3.15, and tbh itโ€™s unbelievable how many flaws are the details here. The fact that one cannot fill within a figure to indicate whatโ€™s important is a gaping hole in its abilities.

Love the documentation and everything around it. Is this something that might be able to be fixed soon?

Hi,

this might be helpful:

Search for Highlighting Time Series Regions with Rectangle Shapes or Setting Label Anchors on this page.

2 Likes

Got it. Thank you.