I'm trying to add graphing capabilities to an existing c++ code. Python's matplotlib seems to be the best option for the kind of graphing I'm looking for. To be able to call functions from this library a c++ wrapper class is needed. I have found a number of potential candidates on the internet, but they're limited to very basic functions such as plot. Would anyone know of a complete wrapper class header for matplotlib in c++?

Similar questions and discussions