matplotlib-cpp icon indicating copy to clipboard operation
matplotlib-cpp copied to clipboard

pyhthon3 supported?

Open laoshaw opened this issue 3 years ago • 2 comments

does this library still mandate python2? I tried with python3.8+ and it does not seem to work.

laoshaw avatar Jul 10 '22 19:07 laoshaw

I'm using python 3.11 and it's not working at all hahaha

Danendra10 avatar Feb 28 '23 14:02 Danendra10

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() image

FucaiChen avatar Mar 21 '23 03:03 FucaiChen