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
1543b029
Commit
1543b029
authored
Jul 07, 2017
by
Nils Richerzhagen
Browse files
Merge branch 'master' into 'nr/monitoring-model'
Merge master into nr/monitoring-model See merge request !13
parents
7d2eca88
beae4fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/views/visualization/ui/MetricCDFAdapter.java
View file @
1543b029
...
...
@@ -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