From dce9672a91a34f29038848868ac58f4c8474263e Mon Sep 17 00:00:00 2001 From: Erin Date: Tue, 2 Jul 2024 11:18:00 -0400 Subject: [PATCH] minor edits for reviews --- plots/outcome_plots.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plots/outcome_plots.m b/plots/outcome_plots.m index 0c462d9..9e39588 100644 --- a/plots/outcome_plots.m +++ b/plots/outcome_plots.m @@ -218,10 +218,10 @@ ylim(yl_new) plot([1 sum(good)],[ybar ybar],'Color','k' ,'linewidth',2) text((1+sum(good))/2,ytext,'Good outcome','fontsize',15,'HorizontalAlignment','center',... - 'color',[0.4660, 0.6740, 0.1880]) + 'color','k') plot([sum(good)+1 length(good)],[ybar ybar],'Color','k','linewidth',2) text((sum(good)+1+length(good))/2,ytext,'Poor outcome','fontsize',15,'HorizontalAlignment','center',... - 'color',[0.8500, 0.3250, 0.0980]) + 'color','k') plot([(sum(good)+sum(good)+1)/2,(sum(good)+sum(good)+1)/2],ylim, 'k--','linewidth',2) ylabel('Number of patients') title(sprintf('%s outcome',which_outcome_text))