#include <matplotlibcpp.h>
|
| template<typename Numeric > |
| | Plot (const std::string &name, const std::vector< Numeric > &x, const std::vector< Numeric > &y, const std::string &format="") |
| |
| | Plot (const std::string &name="", const std::string &format="") |
| |
| template<typename Numeric > |
| bool | update (const std::vector< Numeric > &x, const std::vector< Numeric > &y) |
| |
| bool | clear () |
| |
| void | remove () |
| |
| | ~Plot () |
| |
◆ 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 >
| bool matplotlibcpp::Plot::update |
( |
const std::vector< Numeric > & |
x, |
|
|
const std::vector< Numeric > & |
y |
|
) |
| |
|
inline |
◆ 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: