/** * @file cm.h * @brief corresponding header for matplotlib.cm **/ #pragma once #include namespace matplotlibcpp17::cm { // TODO: more colors static const char *coolwarm = "coolwarm"; static const char *PuBu_r = "PuBu_r"; static const char *RdYlGn = "RdYlGn"; } // namespace matplotlibcpp17::cm