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