#include <plotlog.h>
Inherits Gnuplot< T >, and LogFile< T >.
Inheritance diagram for PlotLog:
Definition at line 11 of file plotlog.h.
Public Member Functions | |
PlotLog (int buffersize, const std::string &filename="", const std::string &info="", const std::string &separator="\t") | |
PlotLog (const std::string &filename="", const std::string &info="", const std::string &separator="\t") | |
void | addChannel (const T &name, const std::string &title="", const std::string &style="lines") |
add a new channel | |
void | putData (const T &channel, double value) |
put data in buffer |
|
|
|
add a new channel
Reimplemented from Gnuplot. |
|
put data in buffer
Reimplemented from Gnuplot. |