40 static const char _default_markers[10];
48 vector<double> _xdata[MAX_CURVES];
49 vector<double> _ydata[MAX_CURVES];
50 string _labels[MAX_CURVES];
51 char _markers[MAX_CURVES];
58 void plot(
const char *plotfile,
const char *datafile);
59 void addPlot(vector<double> xdata,
64 void show(std::stringstream &ss);
65 void xlabel(
string label);
66 void ylabel(
string label);