current code and TeX. code fine?!?!?!
This commit is contained in:
5
plots/PlotErrFunc.h
Normal file → Executable file
5
plots/PlotErrFunc.h
Normal file → Executable file
@@ -49,6 +49,11 @@ class PlotErrFunc {
|
||||
|
||||
public:
|
||||
|
||||
/** empty ctor */
|
||||
PlotErrFunc() {
|
||||
setYRange(0, 90, 5);
|
||||
}
|
||||
|
||||
/** ctor with x-axis label */
|
||||
PlotErrFunc(const std::string& xLabel, const std::string& yLabel) {
|
||||
gplot.getAxisX().setLabel(xLabel);
|
||||
|
||||
Reference in New Issue
Block a user