diff --git a/APED/app/src/main/java/com/example/aped/ui/plots/PlotFragment.java b/APED/app/src/main/java/com/example/aped/ui/plots/PlotFragment.java index 7b0adb0..394a6f1 100644 --- a/APED/app/src/main/java/com/example/aped/ui/plots/PlotFragment.java +++ b/APED/app/src/main/java/com/example/aped/ui/plots/PlotFragment.java @@ -122,6 +122,7 @@ public class PlotFragment extends Fragment { maxX = values.length; } } + graphView.getViewport().setMinY(0); graphView.getViewport().setMaxY(100); graphView.getViewport().setMaxX(maxX); graphView.getViewport().setXAxisBoundsManual(true);