altosuilib: Initialize graph axes units
authorKeith Packard <keithp@keithp.com>
Sun, 10 Feb 2013 03:23:27 +0000 (19:23 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 10 Feb 2013 08:30:32 +0000 (00:30 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosUISeries.java

index fe2c982baf03df0f0261847a99b0785b221ba961..ea76e7418590a05b5195bd8099e2fccef7438133 100644 (file)
@@ -82,5 +82,6 @@ public class AltosUISeries extends XYSeries {
 
                renderer = new XYLineAndShapeRenderer(true, false);
                renderer.setSeriesPaint(0, color);
+               set_units();
        }
 }