plot script fixes

This commit is contained in:
2026-03-04 23:06:06 -08:00
parent cd3463d479
commit 1b4fec0f72
5 changed files with 12 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ classdef miSim
artifactName = "";
f; % main plotting tiled layout figure
fPerf; % performance plot figure
% Indicies for various plot types in the main tiled layout figure
spatialPlotIndices = [6, 4, 3, 2];
end
properties (Access = private)
@@ -41,7 +43,6 @@ classdef miSim
trailPlot; % objects for agent trail plot
% Indicies for various plot types in the main tiled layout figure
spatialPlotIndices = [6, 4, 3, 2];
objectivePlotIndices = [6, 4];
networkGraphIndex = 5;
partitionGraphIndex = 1;