#include <matplotlibcpp.h>
◆ Plot() [1/2]
template<typename Numeric >
| matplotlibcpp::Plot::Plot |
( |
const std::string & |
name, |
|
|
const std::vector< Numeric > & |
x, |
|
|
const std::vector< Numeric > & |
y, |
|
|
const std::string & |
format = "" |
|
) |
| |
|
inline |
◆ Plot() [2/2]
| matplotlibcpp::Plot::Plot |
( |
const std::string & |
name = "", |
|
|
const std::string & |
format = "" |
|
) |
| |
|
inline |
◆ ~Plot()
| matplotlibcpp::Plot::~Plot |
( |
| ) |
|
|
inline |
◆ clear()
| bool matplotlibcpp::Plot::clear |
( |
| ) |
|
|
inline |
◆ decref()
| void matplotlibcpp::Plot::decref |
( |
| ) |
|
|
inlineprivate |
◆ remove()
| void matplotlibcpp::Plot::remove |
( |
| ) |
|
|
inline |
◆ update()
template<typename Numeric >
◆ line
| PyObject* matplotlibcpp::Plot::line = nullptr |
|
private |
◆ set_data_fct
| PyObject* matplotlibcpp::Plot::set_data_fct = nullptr |
|
private |
The documentation for this class was generated from the following file: