We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c0caf commit 8140c1bCopy full SHA for 8140c1b
1 file changed
+nla/+net/+result/+chord/ChordPlotter.m
@@ -42,7 +42,7 @@ function generateChordFigure(obj, parameters, chord_type)
42
% Check if it's an edge chord plot, and if so, do we plot positive and negative separately
43
if isfield(parameters, 'edge_chord_plot_method')
44
obj.edge_plot_type = parameters.edge_chord_plot_method;
45
- if obj.edge_plot_type == "nla.gfx/EdgeChordPlotMethod.COEFF_SPLIT" || obj.edge_plot_type == "nla.gfx.EdgeChordPlotMethod.COEFF_BASE_SPLIT"
+ if obj.edge_plot_type == "nla.gfx.EdgeChordPlotMethod.COEFF_SPLIT" || obj.edge_plot_type == "nla.gfx.EdgeChordPlotMethod.COEFF_BASE_SPLIT"
46
obj.split_plot = true;
47
end
48
0 commit comments