From 839ff041eeff6b01cd01e4811071e547ed99ba68 Mon Sep 17 00:00:00 2001 From: DanielJohnWest <42768126+DanielJohnWest@users.noreply.github.com> Date: Tue, 9 Mar 2021 13:10:50 +0000 Subject: [PATCH] Update HM_Plot.m Updated marker size. --- HM_Plot.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HM_Plot.m b/HM_Plot.m index 78f69a0..a7ecd80 100644 --- a/HM_Plot.m +++ b/HM_Plot.m @@ -192,7 +192,7 @@ rectangle('Position',[T2F_LB(rr) M0F_LB(rr) (T2F_UB(rr)-T2F_LB(rr)) (M0F_UB(rr)-M0F_LB(rr))],'EdgeColor',[0.5 0.5 0.5],'LineWidth',1) end get(gca, 'XTick'); set(gca, 'FontSize', 18); get(gca, 'YTick'); set(gca, 'FontSize', 18); -plot(T2_F,M0_F,'.','Color',PointC, 'MarkerSize', 2); +plot(T2_F,M0_F,'.','Color',PointC, 'MarkerSize', 22); subplot(3,6,18); %MaxCF_T2S_SRC = max(exp(P_T2S_SRC),[],3); imagesc([min(T2S_Vector) max(T2S_Vector)],[min(M0F_Vector) max(M0F_Vector)],(MaxCF_T2S_SRC_NoiseInd),col_axis); colormap(flipud(magma)); colorbar; shading interp; xlabel('T_{2S} (s)','FontSize',20); ylabel('MWF','FontSize',20); hold on;