Skip to content

Commit

Permalink
grid on
Browse files Browse the repository at this point in the history
  • Loading branch information
intLyc committed Jun 2, 2024
1 parent 64172a0 commit 3b61d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MTO/Algorithms/Utils/DrawUtils/DrawPopDec.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
xlim(obj.tiled.Children(end - t + 1), [1, max(Prob.D)]);
ylim(obj.tiled.Children(end - t + 1), [0, 1]);
title(obj.tiled.Children(end - t + 1), ['Task ', num2str(t)]);
grid(obj.tiled.Children(end - t + 1), 'on');
drawnow;
end
end
Expand Down

0 comments on commit 3b61d21

Please sign in to comment.