From 3b61d21bd2b7af7affed09b1162283dc35065c62 Mon Sep 17 00:00:00 2001 From: intLyc Date: Mon, 3 Jun 2024 00:26:13 +0800 Subject: [PATCH] grid on --- MTO/Algorithms/Utils/DrawUtils/DrawPopDec.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MTO/Algorithms/Utils/DrawUtils/DrawPopDec.m b/MTO/Algorithms/Utils/DrawUtils/DrawPopDec.m index 68afdce..525c0df 100644 --- a/MTO/Algorithms/Utils/DrawUtils/DrawPopDec.m +++ b/MTO/Algorithms/Utils/DrawUtils/DrawPopDec.m @@ -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