diff --git a/libc/benchmarks/render.py3 b/libc/benchmarks/render.py3 --- a/libc/benchmarks/render.py3 +++ b/libc/benchmarks/render.py3 @@ -149,7 +149,7 @@ 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)))