From f4fa8a4e93e17f19d15ef108f6e0c81b7a83cc04 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 16 Jan 2013 15:19:51 -0800 Subject: Add GPS height to the usual plot This lets us compare the GPS height data to the barometric height data Signed-off-by: Keith Packard --- altosui/AltosGraphTime.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'altosui/AltosGraphTime.java') diff --git a/altosui/AltosGraphTime.java b/altosui/AltosGraphTime.java index 62d516b2..935d59de 100644 --- a/altosui/AltosGraphTime.java +++ b/altosui/AltosGraphTime.java @@ -99,9 +99,10 @@ class AltosGraphTime extends AltosGraph { int dataNum = g.getDataNum(this); int axisNum = g.getAxisNum(this); - plot.setDataset(dataNum, dataset); + plot.setDataset(dataNum, dataset); plot.mapDatasetToRangeAxis(dataNum, axisNum); - plot.setRenderer(dataNum, renderer); + plot.setRenderer(dataNum, renderer); +// renderer.setSeriesVisible(0, false); } } -- cgit v1.2.3