aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-23 22:56:05 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-23 22:56:05 +0200
commit60df0fb95dbf70acfbb0ca2db1336d0e00efed27 (patch)
treefcf266d18a1ff372014bdbb1f86c64376e8473f5
parentfa61df5e0782b55084fe73ccfdf527564f87f771 (diff)
downloadmknet-60df0fb95dbf70acfbb0ca2db1336d0e00efed27.tar.gz
mknet-60df0fb95dbf70acfbb0ca2db1336d0e00efed27.zip
Add black outline
-rw-r--r--artifacts/2022-09-23-s3ttfb/plot.R2
-rw-r--r--artifacts/2022-09-23-s3ttfb/plot.pngbin129806 -> 131548 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/artifacts/2022-09-23-s3ttfb/plot.R b/artifacts/2022-09-23-s3ttfb/plot.R
index a505a14..7b8b7fe 100644
--- a/artifacts/2022-09-23-s3ttfb/plot.R
+++ b/artifacts/2022-09-23-s3ttfb/plot.R
@@ -8,7 +8,7 @@ bind_rows(a,b,c) %>% mutate(ms = nanoseconds / 1000 / 1000) -> d
ggplot(d, aes(y = ms, group = daemon, fill=daemon)) +
#geom_violin(trim = TRUE, width=2) +
- geom_histogram(binwidth=50) +
+ geom_histogram(binwidth=50, color="black") +
scale_y_continuous(expand=c(0,0))+
scale_x_continuous(expand=c(0,0))+
coord_flip() +
diff --git a/artifacts/2022-09-23-s3ttfb/plot.png b/artifacts/2022-09-23-s3ttfb/plot.png
index 1909ab2..c0335bd 100644
--- a/artifacts/2022-09-23-s3ttfb/plot.png
+++ b/artifacts/2022-09-23-s3ttfb/plot.png
Binary files differ