current state
This commit is contained in:
@@ -83,15 +83,15 @@ public:
|
||||
vap = new VAPGrouper(VAPGrouper::Mode::LAST_MAC_DIGIT_TO_ZERO, VAPGrouper::Aggregation::AVERAGE);
|
||||
|
||||
pef_m = new PlotErrFunc("error (meter)", "measurements (%)");
|
||||
pef_m->showMarkers(false);
|
||||
pef_m->showMarkers(false, false);
|
||||
|
||||
pef_p = new PlotErrFunc("-log(p(..))", "measurements (%)");
|
||||
pef_p->showMarkers(false);
|
||||
pef_p->showMarkers(false, false);
|
||||
pef_p->getPlot().getAxisX().setRange(K::GnuplotAxis::Range(K::GnuplotAxis::Range::AUTO, K::GnuplotAxis::Range::AUTO));
|
||||
|
||||
|
||||
pef_c = new PlotErrFunc("cross error", "measurements (%)");
|
||||
pef_c->showMarkers(false);
|
||||
pef_c->showMarkers(false, false);
|
||||
pef_c->getPlot().getAxisX().setRange(K::GnuplotAxis::Range(K::GnuplotAxis::Range::AUTO, K::GnuplotAxis::Range::AUTO));
|
||||
|
||||
|
||||
@@ -220,9 +220,9 @@ public:
|
||||
pef.getGP() << "set tmargin 0.1\n";
|
||||
pef.getGP() << "set rmargin 0.4\n";
|
||||
pef.getGP() << "set bmargin 2.0\n";
|
||||
pef.writeCodeTo(file+".gp");
|
||||
pef.writePlotToFile(file+".gp");
|
||||
pef.plot();
|
||||
pef.writeCodeTo("");
|
||||
pef.writePlotToFile("");
|
||||
}
|
||||
|
||||
void walk(const std::string& fPath, const std::vector<int> gtIndices) {
|
||||
|
||||
Reference in New Issue
Block a user