[libc] Make benchmark boxplots transparent.

So that the configuration box does not make a part of the plot invisible.

Reviewers: sivachandra

Differential Revision: https://reviews.llvm.org/D85953
This commit is contained in:
Anthony Steinhauser 2020-08-13 19:43:16 -07:00
parent 7b391245d8
commit 25d759c143
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ def setup_graphs(files, display):
horizontalalignment="right",
multialignment="left",
fontsize="small",
bbox=dict(boxstyle="round", facecolor="wheat"))
bbox=dict(boxstyle="round", facecolor="wheat", alpha=0.5))
axes = plt.gca()
axes.set_title(get_title(get_host(jsons)))