| matplotlibcpp17
    | 
A wrapper class for matplotlib.axes.Axes. More...
#include <axes.h>


| Public Member Functions | |
| Axes (const pybind11::object &axes) | |
| Axes (pybind11::object &&axes) | |
| ObjectWrapper | add_artist (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | add_collection (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | add_patch (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | axhline (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | axvline (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| container::BarContainer | bar (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | bar_label (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| container::BarContainer | barh (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 | contour (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | contourf (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()) | 
| ObjectWrapper | fill (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | fill_between (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | fill_betweenx (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | get_lines (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | get_xaxis_transform (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| std::tuple< double, double > | get_xlim () | 
| std::vector< text::Text > | get_xticklabels () | 
| ObjectWrapper | grid (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| HistType | hist (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | hist2d (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 | invert_yaxis (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| legend::Legend | legend (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| collections::QuadMesh | pcolormesh (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 | plot_surface (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | plot_wireframe (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| quiver::Quiver | quiver (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| quiver::QuiverKey | quiverkey (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| collections::PathCollection | scatter (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_adjustable (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_aspect (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_title (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_xlabel (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_xlim (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_xscale (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_xticks (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_xticklabels (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_ylabel (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_ylim (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_yscale (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_yticks (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_zlabel (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | set_zlim (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | text (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| ObjectWrapper | tick_params (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) | 
| Axes | twinx (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.axes.Axes.