#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) | |
| contruct a data buffer with (gnuplot) title and style. | |
| ~Dataset () | |
| void | putData (double v) |
| put new data in (ring) buffer | |
| void | plot (FILE *f, int start=0, int end=0) |
| print buffer content to file pointer, usually a pipe | |
| double | getData (int i) |
| get buffer content | |
Public Attributes | |
| std::string | title |
| std::string | style |
| bool | show |
|
||||||||||||||||
|
contruct a data buffer with (gnuplot) title and style.
|
|
|
|
|
|
get buffer content
|
|
||||||||||||||||
|
print buffer content to file pointer, usually a pipe
|
|
|
put new data in (ring) buffer
|
|
|
|
|
|
|
|
|
|
1.4.5