Skip to content

Commit

Permalink
minor edits for reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
erinconrad committed Jul 2, 2024
1 parent e259d77 commit dce9672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plots/outcome_plots.m
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit dce9672

Please sign in to comment.