Skip to content
Snippets Groups Projects
Commit 1bb066f3 authored by Marcel Henrik Schubert's avatar Marcel Henrik Schubert
Browse files

fixed output error

parent f3bdf880
No related branches found
No related tags found
No related merge requests found
......@@ -730,7 +730,7 @@ def plotter(subsets, subana, phases, labels):
plt.legend(loc='center left', bbox_to_anchor=(1.0, 0.5)) #legend outside box
plt.ylabel(ylabel='Evaluation Measures for Different Subsets',fontsize ='large', fontweight='roman')
plt.tight_layout()
plt.savefig(savedir+'barplots/overall_scores.png')
plt.savefig(savedir+'barplots/overall_scores_{}_{}.png'.format(st, ana))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment