0

I have a dataframe with a timestamp, and 3 columns: price, min and max

Here's a ghetto drawing I made of what I'd like to achieve:

enter image description here

I'd like to draw the min and max lines and then fill a zone in between them and then draw the price line in the middle.

How can this be done with Plotly? (I'm just switching from the little I knew on Matplot lib to the nothing I know about Plotly :))

Thomas
  • 10,933
  • 14
  • 65
  • 136
  • Kindly refer to [this](https://plotly.com/python/continuous-error-bars/). – r-beginners Oct 11 '20 at 12:43
  • 1
    @vestland: yes, excellent, thanks! we can mark mine as a duplicate – Thomas Oct 11 '20 at 13:24
  • @Thomas Give my suggestion a try. If it solves your problem, an upvote would be highly appreciated. If it doesn't, then edit THIS question with sample data and I'll take a closer look at your exact case in here. – vestland Oct 11 '20 at 14:04
  • @vestland, that's exactly what I needed! upvoted! also r-beginners, the link you sent is helpful as well; thanks! – Thomas Oct 11 '20 at 15:54

0 Answers0