Control auto resample during zoom operation #524
smartstoic
started this conversation in
General
Replies: 2 comments 2 replies
-
The control isn't great atm, but you can do this: plot = candlestick_ochl(...)
plot.resamp = None
fplt.show() |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perfect thanks! A follow up question on the automatic resampling it self: is there any way to control the timeframes? Also, is there a way to access the currently used timeframe and print it for information purposes on the plot? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thanks for the great work!
I plot 1 min OCHL data from a dataframe with index being the time in the following format: "2024-06-14 22:55:00"..
When I zoom in and out, I see that resampling is happening automatically. This is fantastic but some times I need to control it.
Is there a way to activate, deactivate this behavior? In some of your examples, this doesn't happen but I couldn't figure out how it works.
Thanks!
SS
Beta Was this translation helpful? Give feedback.
All reactions