Skip to content

Commit

Permalink
Update HM_Plot.m
Browse files Browse the repository at this point in the history
Updated marker size.
  • Loading branch information
DanielJohnWest authored Mar 9, 2021
1 parent 74854d0 commit 839ff04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HM_Plot.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 839ff04

Please sign in to comment.