Newer
Older
class CAxis {
public:
void Ask(const string& quest);
void SetLog (const uint val);
namespace NPlot { // additional declarations in dualplot.cpp
extern class CAxis X, Y;
void Clear(void);
void Box();
void Line( const int lstyle,
const vector<double> x, const vector<double> y,
const vector<double>* z,
const string xco, const string yco );
void Doc (vector<string> lDoc);
void Save( bool full_outfile );
void Dialog(void);