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

Enable matplotlib contourf function

Open Cbrower opened this issue 3 years ago • 0 comments

The pull request accomplishes the following:

  1. Enables the contourf function from matplotlib to be called
  2. Copied and modified the examples/contour.cpp sample into examples/contourf.cpp to show how to utilize the contourf function
  3. Updated the CMakeLists.txt to compile the example

Cbrower avatar Apr 23 '22 02:04 Cbrower