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

fix capitalization in plot caption

parent ca4ed5a7
No related branches found
No related tags found
No related merge requests found
...@@ -710,8 +710,8 @@ def cmd_csv(rootdir, toolnames): ...@@ -710,8 +710,8 @@ def cmd_csv(rootdir, toolnames):
] ]
ax.legend(handles=handles, ncol=2, loc='center left', bbox_to_anchor=(0.1, -0.25)) ax.legend(handles=handles, ncol=2, loc='center left', bbox_to_anchor=(0.1, -0.25))
ax.set_title(f"Helpfulness of {toolname} Error Reports") ax.set_title(f"Helpfulness of {toolname} error reports")
ax.set_xlabel("percentage of error reports") ax.set_xlabel("Percentage of error reports")
ax.set_ylabel("MPI feature") ax.set_ylabel("MPI feature")
plt.tight_layout() plt.tight_layout()
plt.savefig(f'{outpath}/{toolname}_plot.pdf') plt.savefig(f'{outpath}/{toolname}_plot.pdf')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment