Skip to content

Commit 8140c1b

Browse files
committed
Fixed a typo
1 parent 19c0caf commit 8140c1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

+nla/+net/+result/+chord/ChordPlotter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function generateChordFigure(obj, parameters, chord_type)
4242
% Check if it's an edge chord plot, and if so, do we plot positive and negative separately
4343
if isfield(parameters, 'edge_chord_plot_method')
4444
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"
45+
if obj.edge_plot_type == "nla.gfx.EdgeChordPlotMethod.COEFF_SPLIT" || obj.edge_plot_type == "nla.gfx.EdgeChordPlotMethod.COEFF_BASE_SPLIT"
4646
obj.split_plot = true;
4747
end
4848
end

0 commit comments

Comments
 (0)