Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
profumo
PFM_Simulations
Commits
9197fbe5
Commit
9197fbe5
authored
Oct 03, 2019
by
Sam Harrison
Browse files
Better 'all' plots for scores containing NaNs
parent
5fa11810
Changes
1
Hide whitespace changes
Inline
Side-by-side
Visualisation/plotScores.m
View file @
9197fbe5
...
...
@@ -295,6 +295,7 @@ for n = 1:numel(methods)
for
r
=
1
:
size
(
results
{
n
},
3
);
data
=
results
{
n
}(:,:,
r
);
data
=
data
(
~
isnan
(
data
));
% Don't plot too much!
if
numel
(
data
)
>
500
data
=
randsample
(
data
(:),
500
);
...
...
Write
Preview
Supports
Markdown
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