Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
e51b38be
Commit
e51b38be
authored
Jul 03, 2017
by
Clemens Krug
Browse files
Merge remote-tracking branch 'remotes/origin/master' into nr/resAlloc-clemens
parents
79f5c2d5
beae4fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/views/visualization/ui/MetricCDFAdapter.java
View file @
e51b38be
...
...
@@ -104,6 +104,12 @@ public class MetricCDFAdapter implements MetricPlotAdapter {
series
.
add
(
entry
.
getValue
(),
entry
.
getKey
(),
entry
.
getKey
(),
entry
.
getKey
());
}
// ValueAxis has errors if maxX is close to 0
if
(
maxX
<=
Double
.
MIN_VALUE
){
maxX
=
1
d
;
}
chart
.
getDomainAxis
().
setRange
(
0
,
maxX
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment