|
matplotlibcpp17
|
A class corresponding to pyplot module. More...
#include <pyplot.h>
Public Member Functions | |
| PyPlot (pybind11::module mod_) | |
| axes::Axes | axes (const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | axis (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | cla (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | clf (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | clim (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 | errorbar (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| std::tuple< double, double > | figaspect (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| figure::Figure | figure (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| axes::Axes | gca (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| figure::Figure | gcf (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | gci (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | grid (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | imshow (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | legend (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | pause (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | plot (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | quiver (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 | scatter (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | show (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | step (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| axes::Axes | subplot (const pybind11::dict &kwargs=pybind11::dict()) |
| axes::Axes | subplot (int cri) |
| std::tuple< figure::Figure, axes::Axes > | subplots (const pybind11::dict &kwargs=pybind11::dict()) |
| std::tuple< figure::Figure, std::vector< axes::Axes > > | subplots (int r, int c, const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | title (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | xlabel (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | xlim (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | ylabel (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
| ObjectWrapper | ylim (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
A class corresponding to pyplot module.