current state
This commit is contained in:
@@ -108,7 +108,7 @@ private:
|
||||
|
||||
Plotty* plot;
|
||||
|
||||
PlotWiFiGroundProb* groundProb;
|
||||
//PlotWiFiGroundProb* groundProb;
|
||||
|
||||
public:
|
||||
|
||||
@@ -133,10 +133,10 @@ public:
|
||||
vap = new VAPGrouper(VAPGrouper::Mode::LAST_MAC_DIGIT_TO_ZERO, VAPGrouper::Aggregation::AVERAGE);
|
||||
|
||||
pef = new PlotErrFunc("\\small{error (m)}", "\\small{measurements (\\%)}");
|
||||
pef->showMarkers(false);
|
||||
pef->showMarkers(false, false);
|
||||
|
||||
pef2 = new PlotErrFunc("\\small{-log(p(..))}", "\\small{measurements (\\%)}");
|
||||
pef2->showMarkers(false);
|
||||
pef2->showMarkers(false, false);
|
||||
|
||||
pet = new PlotErrTime("walktime (seconds)", "\\small{error (m)}", "");
|
||||
pet->getPlot().getAxisY().setRange(K::GnuplotAxis::Range(0, 25));
|
||||
|
||||
Reference in New Issue
Block a user