How to create and dynamically update a 3D graph in C++ using matplotlibcpp or an alternative library?

137 Views Asked by At

I'm working on a project in C++ where I need to create a 3D graph to visualize and update real-time data. Initially, I attempted to use the matplotlibcpp library to draw the 3D graph, but I could not figure out how to make the graph update in real time using matplotlibcpp (if it is possible).

How to create and continuously update a 3D graph in C++, either using matplotlibcpp or an alternative library that is more suitable for real-time updates.

0

There are 0 best solutions below