matplotlibcpp17
|
A wrapper class for matplotlib.collections.PathCollection. More...
#include <collections.h>
Public Member Functions | |
PathCollection (const pybind11::object &pathcollection) | |
PathCollection (pybind11::object &&pathcollection) | |
std::pair< ObjectWrapper, ObjectWrapper > | legend_elements (const pybind11::tuple &args=pybind11::tuple(), const pybind11::dict &kwargs=pybind11::dict()) |
![]() | |
pybind11::object | unwrap () const |
Additional Inherited Members | |
![]() | |
pybind11::object | self |
A wrapper class for matplotlib.collections.PathCollection.
|
inline |
NOTE: this func does not return list of Line2Ds(handles) and list of strs(labels) unlike original python func