comparison flys-artifacts/src/main/java/de/intevation/flys/exports/DurationCurveGenerator.java @ 1713:6d9184c745dd

Bugfix: #226 Set the upper bound of duration curve charts to 364. flys-artifacts/trunk@2985 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 17 Oct 2011 11:04:53 +0000
parents bdb05dc9b763
children 0463e1f80bfd
comparison
equal deleted inserted replaced
1712:7e19449d7826 1713:6d9184c745dd
103 103
104 if (!zoomin) { 104 if (!zoomin) {
105 axis.setLowerBound(0d); 105 axis.setLowerBound(0d);
106 } 106 }
107 107
108 axis.setUpperBound(364);
109
108 return zoomin; 110 return zoomin;
109 } 111 }
110 112
111 113
112 protected void adjustAxes(XYPlot plot) { 114 protected void adjustAxes(XYPlot plot) {

http://dive4elements.wald.intevation.org