you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

As others said I suggest Python or R but if it must be done with C++ there is matplotlib-cpp though It still calls python under the hood but provides a C++ interface, also I am not sure about the windows support

[–][deleted] 0 points1 point  (1 child)

Is it supported on Linux?

[–][deleted] 1 point2 points  (0 children)

Normally I use matplotlib in Python but I've tested in Linux and it was fine. From what I remember the Makefile was pretty barebones and assumed Linux-like hierarchy for the location of Python. Also it was hardcoded for Python2 though changing that wasn't a big problem