Commit 0dd66226 authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

Update comment

parent 6022acf3
......@@ -105,7 +105,7 @@ public class MetricCDFAdapter implements MetricPlotAdapter {
entry.getKey());
}
// DirtyFix: the ValueAxis seems to crap out when upper and lower values are ~zero
// ValueAxis has errors if maxX is close to 0
if(maxX <= Double.MIN_VALUE){
maxX = 1d;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment