current code and TeX. code fine?!?!?!
This commit is contained in:
4
wifi/EvalWiFiPaths.h
Normal file → Executable file
4
wifi/EvalWiFiPaths.h
Normal file → Executable file
@@ -95,7 +95,9 @@ public:
|
||||
pef.getPlot().getKey().setPosition(K::GnuplotKey::Hor::RIGHT, K::GnuplotKey::Ver::BOTTOM);
|
||||
pef.getPlot().getKey().setWidthIncrement(7);
|
||||
pef.getPlot().getAxisY().setLabelOffset(2.5, 0);
|
||||
pef.getPlot().getAxisY().setTicsStep(0, 25, 95);
|
||||
//pef.getPlot().getAxisY().setTicsStep(0, 25, 95);
|
||||
pef.getPlot().getAxisY().setTicsStep({0, 25, 50, 75, 95});
|
||||
pef.getPlot().getAxisX().setTicsLabelFormat("%h m"); // CHECK!
|
||||
|
||||
// MANUAL AXIS RANGE SETTINGS
|
||||
pef.getPlot().getAxisX().setRange(K::GnuplotAxis::Range(0,25));
|
||||
|
||||
Reference in New Issue
Block a user