summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2022-03-05 13:07:28 +0100
committerGitHub <noreply@github.com>2022-03-05 13:07:28 +0100
commit4861321884f115a80532d460e3a7b9dfc5320766 (patch)
tree1bd6a4f0f24a5ba50affe663ecae333b6ad8c3fa
parent4593572d9d4cd916f987e0ded1723452f71e5a4d (diff)
Use table for example plots
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7620869..4e52d48 100644
--- a/README.md
+++ b/README.md
@@ -151,9 +151,8 @@ of helpful Python programs to further analyze benchmark results and create helpf
visualizations, like a histogram of runtimes or a whisker plot to comare
multiple benchmarks:
-![](doc/histogram.png)
-
-![](doc/whisker.png)
+| ![](doc/histogram.png) | ![](doc/whisker.png) |
+|---:|---:|
## Installation