matplotlibcpp17
matplotlibcpp17::collections::PathCollection Struct Reference

A wrapper class for matplotlib.collections.PathCollection. More...

#include <collections.h>

Inheritance diagram for matplotlibcpp17::collections::PathCollection:
Collaboration diagram for matplotlibcpp17::collections::PathCollection:

Public Member Functions

 PathCollection (const pybind11::object &pathcollection)
 
 PathCollection (pybind11::object &&pathcollection)
 
std::pair< ObjectWrapper, ObjectWrapperlegend_elements (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
 

Detailed Description

A wrapper class for matplotlib.collections.PathCollection.

Member Function Documentation

◆ legend_elements()

std::pair< ObjectWrapper, ObjectWrapper > matplotlibcpp17::collections::PathCollection::legend_elements ( const pybind11::tuple &  args = pybind11::tuple(),
const pybind11::dict &  kwargs = pybind11::dict() 
)
inline

NOTE: this func does not return list of Line2Ds(handles) and list of strs(labels) unlike original python func


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