[libc-commits] [PATCH] D85953: [libc] Make mem* benchmark boxplots transparent.
Anthony Steinhauser via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Aug 17 07:34:51 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG25d759c143ce: [libc] Make benchmark boxplots transparent. (authored by asteinhauser).
Herald added a project: libc-project.
Herald added a subscriber: libc-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85953/new/
https://reviews.llvm.org/D85953
Files:
libc/benchmarks/render.py3
Index: libc/benchmarks/render.py3
===================================================================
--- libc/benchmarks/render.py3
+++ 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)))
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85953.286020.patch
Type: text/x-patch
Size: 498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200817/a5eb1433/attachment.bin>
More information about the libc-commits
mailing list