Additional space in X and Y #318
-
On a candlestick plot, how can I add:
set_y_range didn't work for 2... I have drawn a dummy second plot in the same ax to do this (with fake prices and dates) but can't believe it is not doable with a proper way. This functionality exists in most libraries and of course in Tradingview. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
highfestiva
Apr 9, 2022
Replies: 1 comment
-
Before plotting: fplt.right_margin_candles = 30 # percent not available
fplt.y_pad = 0.1 # 10% |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gloomie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before plotting: