how to plot some data in real time? #406
Unanswered
cherishyuan
asked this question in
Q&A
Replies: 1 comment
-
Yes. In terms of the API, it's technically supported. In practice, the only backend we have is Gnuplot, and it's terrible for real-time plotting, especially at high FPS. We don't really have the human resources to implement these other backends either. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I am trying to plot some data in real time using cpp. However, the real-time plotting doesn't seem to be working. Please tell me if it is supported. I have not seen any relevant examples in the documentation. Similar to the following
Beta Was this translation helpful? Give feedback.
All reactions