matplotlibcpp17
mplot3d.h
1
5
#pragma once
6
7
#include <pybind11/pybind11.h>
8
9
namespace
matplotlibcpp17::mplot3d {
10
11
pybind11::object
import
() {
12
return
pybind11::module::import(
"mpl_toolkits.mplot3d"
).attr(
"Axes3D"
);
13
}
14
15
}
// namespace matplotlibcpp17::mplot3d
include
matplotlibcpp17
mplot3d.h
Generated by
1.9.2