copied agent trail lines to other perspective plots

This commit is contained in:
2026-01-14 19:11:24 -08:00
parent 105d91a492
commit 9031c9206e
4 changed files with 15 additions and 11 deletions

View File

@@ -32,10 +32,8 @@ function obj = plotConnections(obj)
end
% Copy to other plots
if size(obj.spatialPlotIndices, 2) > 1
for ii = 2:size(obj.spatialPlotIndices, 2)
o = [o, copyobj(o(:, 1), obj.f.Children(1).Children(obj.spatialPlotIndices(ii)))];
end
for ii = 2:size(obj.spatialPlotIndices, 2)
o = [o, copyobj(o(:, 1), obj.f.Children(1).Children(obj.spatialPlotIndices(ii)))];
end
obj.connectionsPlot = o;