matplotlibcpp17
|
A wrapper class for matplotlib.figure.Figure. More...
#include <figure.h>
Public Member Functions | |
Figure (const pybind11::object &figure) | |
Figure (pybind11::object &&figure) | |
axes::Axes | add_axes (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
gridspec::GridSpec | add_gridspec (int nrow, int ncol, const pybind11::dict &kwargs=pybind11::dict()) |
axes::Axes | add_subplot (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
ObjectWrapper | align_labels (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
ObjectWrapper | colorbar (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
ObjectWrapper | savefig (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
ObjectWrapper | suptitle (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
ObjectWrapper | tight_layout (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
![]() | |
pybind11::object | unwrap () const |
Additional Inherited Members | |
![]() | |
pybind11::object | self |
A wrapper class for matplotlib.figure.Figure.