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.