support of range break #343
teathinker
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is not currently supported. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am not sure if range break is supported.
A good use case is US stock market, which only open for 390 minutes of a trading day, so displaying all date time ticks will make chart very sparse. A good technique some other ploting framework uses is to have a range break which basically makes x axis from market close to next market open not displayed. Is there a easy way to do anything similar in ImPlot? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions