matplotlibcpp17
cm.h
1
5#pragma once
6
7#include <pybind11/pybind11.h>
8
9namespace matplotlibcpp17::cm {
10
11// TODO: more colors
12static const char *coolwarm = "coolwarm";
13static const char *PuBu_r = "PuBu_r";
14static const char *RdYlGn = "RdYlGn";
15
16} // namespace matplotlibcpp17::cm