diff --git a/+nla/+net/+result/NetworkResultPlotParameter.m b/+nla/+net/+result/NetworkResultPlotParameter.m index 16be532f..a72e8ad4 100644 --- a/+nla/+net/+result/NetworkResultPlotParameter.m +++ b/+nla/+net/+result/NetworkResultPlotParameter.m @@ -51,7 +51,7 @@ % Get the scale max and the labels if isstring(fdr_correction) || ischar(fdr_correction) - fdr_correction = nla.net.mcc.(fdr_correction)(); + fdr_correction = nla.net.mcc.(erase(fdr_correction, "-"))(); end p_value_max = fdr_correction.correct(obj.network_atlas, obj.updated_test_options, statistic_input); p_value_breakdown_label = fdr_correction.createLabel(obj.network_atlas, obj.updated_test_options,...