alandefreitas / matplotplusplus

Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
https://alandefreitas.github.io/matplotplusplus/
MIT License
4.24k stars 325 forks source link

how to plot some data in real time? #405

Closed cherishyuan closed 4 months ago

cherishyuan commented 4 months ago

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

tEqqt

alandefreitas commented 4 months ago

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.