Plot Updates Require Minimum Delay #2313
Unanswered
RajavelRajendiran
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been experimenting with plot updates in dearpygui, and I've encountered some challenges when trying to achieve delays below 0.01 seconds. In my application, I need to update plots with minimal delay for real-time data visualization. However, when attempting to reduce the delay to, say, below 0.01 seconds, I've noticed that the plot updates become inconsistent and jittery.
I've tried various approaches, including threading and event-based updates, but I haven't been able to achieve the desired smoothness with shorter delays. It seems like there might be some limitations or bottlenecks in the dearpygui framework that prevent updates at very short intervals.
I wanted to reach out to the community to see if others have encountered similar issues or have any insights or suggestions on how to achieve smooth and consistent plot updates with minimal delay. Any advice or guidance would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions