-
|
Hi guys! So as title says, I have trouble with above (posted here as I assume it's lack of my knowledge - not technical issue). With pf.plot: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Ok resolved, when ohlc.plot() is created without preexisting fig, it sets rangeslider_visible to false in ohlcv_accessors: If previous fig is passed, rangeslider will be True, I just modified my ohlc line to pass this rangeslider_visible=False to **layout_kwargs. |
Beta Was this translation helpful? Give feedback.


Ok resolved, when ohlc.plot() is created without preexisting fig, it sets rangeslider_visible to false in ohlcv_accessors:
If previous fig is passed, rangeslider will be True, I just modified my ohlc line to pass this rangeslider_visible=False to **layout_kwargs.
Maybe it will help someone: