Class matplotlibcpp::Plot
-
class Plot
Public Functions
-
template<typename Numeric>
inline Plot(const std::string &name, const std::vector<Numeric> &x, const std::vector<Numeric> &y, const std::string &format = "")
-
template<typename Numeric>
inline bool update(const std::vector<Numeric> &x, const std::vector<Numeric> &y)
-
inline bool clear()
-
inline void remove()
-
inline ~Plot()
-
template<typename Numeric>