diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-23 22:56:05 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-23 22:56:05 +0200 |
commit | 60df0fb95dbf70acfbb0ca2db1336d0e00efed27 (patch) | |
tree | fcf266d18a1ff372014bdbb1f86c64376e8473f5 /artifacts | |
parent | fa61df5e0782b55084fe73ccfdf527564f87f771 (diff) | |
download | mknet-60df0fb95dbf70acfbb0ca2db1336d0e00efed27.tar.gz mknet-60df0fb95dbf70acfbb0ca2db1336d0e00efed27.zip |
Add black outline
Diffstat (limited to 'artifacts')
-rw-r--r-- | artifacts/2022-09-23-s3ttfb/plot.R | 2 | ||||
-rw-r--r-- | artifacts/2022-09-23-s3ttfb/plot.png | bin | 129806 -> 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 Binary files differindex 1909ab2..c0335bd 100644 --- a/artifacts/2022-09-23-s3ttfb/plot.png +++ b/artifacts/2022-09-23-s3ttfb/plot.png |