forked from OSchip/llvm-project
[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:
parent
7b391245d8
commit
25d759c143
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue