-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[request] matplotlib-cpp/master #3033
Comments
This is a wrapper around the python matplotlib library. The first can be packaged by conan, but we don't have packaged a python library before. |
This is how I add it to my CMakeLists.txt
I guess we can make an option in the recipe to set the location of "Python3_ROOT_DIR" and use CMake to find Python and Numpy. But the user need to make sure that numpy and matplotlib are installed using pip or other python package manager. The library itself has a couple of options: WITHOUT_NUMPY and WITH_OPENCV. On another thought, does it make sense to write a python installer-package with a few py libs options? the same idea like Conan CMake installer package! |
See #4212 |
According to: #4212 (comment) If I see that this |
Package Details
Description Of The Library / Tool
possibly the simplest C++ plotting library. It is built to resemble the plotting API used by Matlab and matplotlib.
The text was updated successfully, but these errors were encountered: