/** * @file cm.h * @brief corresponding header for matplotlib.cm **/ #ifndef MATPLOTLIBCPP17_CM_H #define MATPLOTLIBCPP17_CM_H #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 #endif /* MATPLOTLIBCPP17_CM_H */