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 5191a48df06ea47104ca67db19fa82058d09c20a, https://github.com/kfrlib/kfr/blob/5191a48df06ea47104ca67db19fa82058d09c20a/include/kfr/