Cryoris / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
116 stars 101 forks source link

Calling functions that are obsolete. #5

Open lasotek opened 1 year ago

lasotek commented 1 year ago

If you use the latest version of Python 3.11, the library calls functions considered obsolete since that version. It is possible to force the compiler to ignore the warning, but this means that these functions may cease to exist at some point.