7#include <matplotlibcpp17/common.h>
9#include <pybind11/pybind11.h>
11namespace matplotlibcpp17::container {
18 BarContainer(
const pybind11::object &bar_container) {
self = bar_container; }
20 self = std::move(bar_container);
A base class for python wrapper classes.
Definition: common.h:39
A wrapper class for matplotlib.container.BarContainer.
Definition: container.h:16