matplotlibcpp17
matplotlibcpp17::figure::Figure Struct Reference

A wrapper class for matplotlib.figure.Figure. More...

#include <figure.h>

Inheritance diagram for matplotlibcpp17::figure::Figure:
Collaboration diagram for matplotlibcpp17::figure::Figure:

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
 

Detailed Description

A wrapper class for matplotlib.figure.Figure.


The documentation for this struct was generated from the following file: