current code and TeX. code fine?!?!?!

This commit is contained in:
2017-04-29 20:57:12 +02:00
parent fc72a75f57
commit 60712689cf
41 changed files with 804 additions and 234 deletions

5
plots/PlotErrFunc.h Normal file → Executable file
View 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);