Replies: 1 comment 1 reply
-
Matplot++ will not look good with many frames per second at the moment because the process pipes are very slow so the plot will blink too much. If you don't need that many frames per second, you can update the drawing less often or plot the figures in "quiet" mode, where the figure is only updated when you explicitly call |
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
-
Hi guys, I am pretty new on the Matplot++ library and its backend interface. So, I want to ask you about my problem that I encounter while plotting time series data in a loop. I just want to plot time and measurement data as real time by using this library. My problem is that the figure opens and closes very quickly. How can I solve this problem. I added my code snippet below, if you see any problem in my code please correct me.
Here is my code
Here is my screen record
Beta Was this translation helpful? Give feedback.
All reactions