plotting¶
plot_show function¶
template <typename T>
void plot_show(const std::string &name, const T &x,
               const std::string &options = "")
Plot data using python
plot_save function¶
template <typename T>
void plot_save(const std::string &name, const T &x,
               const std::string &options = "")
Plot data using python and save to file
Auto-generated from sources, Revision , https://github.com/kfrlib/kfr/blob//include/kfr/