diff options
| author | Keith Packard <keithp@keithp.com> | 2013-02-09 19:23:27 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-02-10 00:30:32 -0800 | 
| commit | 41ede0267250a1d3b26e19cc9dd78f32609f7f0f (patch) | |
| tree | c2ba0ab4ba717eaf557327301d66c98b4814b7fd | |
| parent | 9d3da1530c1007d5d1f28062b3947f4aa981bfa8 (diff) | |
altosuilib: Initialize graph axes units
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | altosuilib/AltosUISeries.java | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/altosuilib/AltosUISeries.java b/altosuilib/AltosUISeries.java index fe2c982b..ea76e741 100644 --- a/altosuilib/AltosUISeries.java +++ b/altosuilib/AltosUISeries.java @@ -82,5 +82,6 @@ public class AltosUISeries extends XYSeries {  		renderer = new XYLineAndShapeRenderer(true, false);  		renderer.setSeriesPaint(0, color); +		set_units();  	}  } | 
