matplotlib-cpp
matplotlib-cpp copied to clipboard
Enable matplotlib contourf function
The pull request accomplishes the following:
- Enables the contourf function from matplotlib to be called
- Copied and modified the examples/contour.cpp sample into examples/contourf.cpp to show how to utilize the contourf function
- Updated the CMakeLists.txt to compile the example