Skip to content

Commit

Permalink
minor edits to new Figure S1
Browse files Browse the repository at this point in the history
  • Loading branch information
zmlabe committed Jan 18, 2022
1 parent be23dc8 commit a1903b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/plot_TestingScores-EnsembleMembers.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def set_box_color(bp, color):
ha='center',va='center')
plt.text(5.0,-5.4,r'%s' % trainN_list[5],fontsize=8,color='dimgrey',
ha='center',va='center')
plt.text(6,-5.4,r'\textbf{%s}' % trainN_list[6],fontsize=8,color='k',
plt.text(6,-5.4,r'%s' % trainN_list[6],fontsize=8,color='k',
ha='center',va='center')
plt.text(7,-5.4,r'%s' % trainN_list[7],fontsize=8,color='dimgrey',
ha='center',va='center')
Expand Down

0 comments on commit a1903b7

Please sign in to comment.