|
| AsciiPlotter (string title) |
|
| AsciiPlotter (string title, int width, int height) |
|
void | plot (const char *plotfile, const char *datafile) |
|
void | addPlot (vector< double > xdata, vector< double > ydata, string label, char marker) |
|
void | show () |
|
void | show (std::stringstream &ss) |
|
void | xlabel (string label) |
|
void | ylabel (string label) |
|
void | legend () |
|
void | example () |
|
|
int | _width |
|
int | _height |
|
int | _curves |
|
string | _title |
|
string | _xlabel |
|
string | _ylabel |
|
bool | _legend = false |
|
vector< double > | _xdata [MAX_CURVES] |
|
vector< double > | _ydata [MAX_CURVES] |
|
string | _labels [MAX_CURVES] |
|
char | _markers [MAX_CURVES] |
|
|
static const char | _default_markers [10] |
|
The documentation for this class was generated from the following files:
- include/BSMPT/utility/asciiplotter/asciiplotter.h
- src/utility/asciiplotter/asciiplotter.cpp