matplotlibcpp17
|
A wrapper class for matplotlib.gridspec.GridSpec. More...
#include <gridspec.h>
Public Member Functions | |
GridSpec (int nrow_, int ncol_, const pybind11::dict &kwargs=pybind11::dict()) | |
template<typename Rows , typename Cols > | |
SubplotSpec | operator() (const Rows &r, const Cols &c) |
![]() | |
pybind11::object | unwrap () const |
Additional Inherited Members | |
![]() | |
pybind11::object | self |
A wrapper class for matplotlib.gridspec.GridSpec.