comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flood_duration/FloodDurationCurveGenerator.java @ 9257:ef7b65576d4b

Added W and Q main values to S-Info flood duration curve chart
author mschaefer
date Fri, 13 Jul 2018 18:38:05 +0200
parents c2a0028bfa9f
children 66b003701546
comparison
equal deleted inserted replaced
9256:6c24c857ccf9 9257:ef7b65576d4b
128 protected boolean zoomX(final XYPlot plot, final ValueAxis axis, final Bounds bounds, final Range x) { 128 protected boolean zoomX(final XYPlot plot, final ValueAxis axis, final Bounds bounds, final Range x) {
129 129
130 final boolean zoomin = super.zoom(plot, axis, bounds, x); 130 final boolean zoomin = super.zoom(plot, axis, bounds, x);
131 if (!zoomin) 131 if (!zoomin)
132 axis.setLowerBound(0d); 132 axis.setLowerBound(0d);
133 // axis.setUpperBound(364); 133 axis.setUpperBound(364);
134 return zoomin; 134 return zoomin;
135 } 135 }
136 136
137 137
138 /** 138 /**

http://dive4elements.wald.intevation.org