lava / matplotlib-cpp

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

Compile error #216

Open ahcl7 opened 3 years ago

ahcl7 commented 3 years ago

I got this Error while trying to compile. /matplotlibcpp.h:783:79: error: expected ‘)’ before ‘(’ token inline void imshow(void *ptr, const NPY_TYPES type, const int rows, const int columns, const int colors, const std::map<std::string, std::string> &keywords, PyObject** out)