|
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()) |
Public Member Functions inherited from matplotlibcpp17::BaseWrapper | |
| pybind11::object | unwrap () const |
Additional Inherited Members | |
Protected Attributes inherited from matplotlibcpp17::BaseWrapper | |
| pybind11::object | self |
A wrapper class for matplotlib.figure.Figure.