matplotlibcpp17
matplotlibcpp17::gridspec::GridSpec Struct Reference

A wrapper class for matplotlib.gridspec.GridSpec. More...

#include <gridspec.h>

Inheritance diagram for matplotlibcpp17::gridspec::GridSpec:
Collaboration diagram for matplotlibcpp17::gridspec::GridSpec:

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)
 
- 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.gridspec.GridSpec.


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