JASPL  0.2
Just Another Signal Processing Library
Public Member Functions | List of all members
jaspl::Plotter< T > Class Template Reference

Public Member Functions

void Plot ()
 
void SetXAxisLabel (std::string x_label)
 
void SetYAxisLabel (std::string y_label)
 
void SetSavePath (std::string file_path)
 
void AddSeries (T series, std::string title)
 
void SetMaxNumPoints (uint max_points)
 

Detailed Description

template<typename T>
class jaspl::Plotter< T >

Definition at line 20 of file jplot.h.