Skip to content
Snippets Groups Projects
Commit 701a77d0 authored by Jammer, Tim's avatar Jammer, Tim
Browse files

fix plot output filename, change legend

parent 757e7791
No related branches found
No related tags found
1 merge request!20Parsing and tools updates
...@@ -722,11 +722,11 @@ def cmd_csv(rootdir, toolnames): ...@@ -722,11 +722,11 @@ def cmd_csv(rootdir, toolnames):
mpatches.Patch(color=colors[3], label='not helpful report') mpatches.Patch(color=colors[3], label='not helpful report')
] ]
ax.legend(handles=handles, loc='center left', bbox_to_anchor=(0.31, -0.5)) ax.legend(handles=handles, ncol=2, loc='center left', bbox_to_anchor=(0.1, -0.25))
ax.set_title("Helpfulness of ITAC Error reports") ax.set_title("Helpfulness of ITAC Error reports")
ax.set_xlabel("Percentage of error Reports") ax.set_xlabel("percentage of error reports")
plt.tight_layout() plt.tight_layout()
plt.savefig(f'{outpath}/itac_plot.pdf') plt.savefig(f'{outpath}/{toolname}_plot.pdf')
def cmd_latex(rootdir, toolnames): def cmd_latex(rootdir, toolnames):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment