#include <gnuplot.h>
Definition at line 69 of file gnuplot.h.
Public Member Functions | |
Dataset (const std::string &title="", const std::string &style="", int buffersize=256) | |
~Dataset () | |
void | putData (double v) |
void | plot (FILE *f, int start=0, int end=0) |
double | getData (int i) |
Public Attributes | |
std::string | title |
std::string | style |
bool | show |
|
contruct a data buffer with (gnuplot) title and style. Definition at line 78 of file gnuplot.h. |
|
|
get buffer content Definition at line 102 of file gnuplot.h. |
|
print buffer content to file pointer, usually a pipe Definition at line 95 of file gnuplot.h. |
|
put new data in (ring) buffer Definition at line 90 of file gnuplot.h. |
|
|
|