Skip to content

Plotting (uses matplotlib)


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


plot_show function

template <typename T>
void plot_show(const std::string &name, const T &x,
               const std::string &options = "")

Plot data using python


Auto-generated from sources, Revision 6aea976a464de59d522d0c629e64bf0c044e6777, https://github.com/kfrlib/kfr/blob/6aea976a464de59d522d0c629e64bf0c044e6777/include/kfr/