BSMPT 3.0.7
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
Loading...
Searching...
No Matches
AsciiPlotter Class Reference

Public Member Functions

 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 ()
 

Private Attributes

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 Private Attributes

static const char _default_markers [10]
 

The documentation for this class was generated from the following files: