matplotlib-cpp
matplotlib-cpp copied to clipboard
pyhthon3 supported?
does this library still mandate python2? I tried with python3.8+ and it does not seem to work.
I'm using python 3.11 and it's not working at all hahaha
Python3.6 seem well supported
But some functions in python3.8 changed. For example "subplot()" , you can replace PyFloat_FromDouble using PyLong_FromLong in subplot()
