Add black outline

This commit is contained in:
Quentin 2022-09-23 22:56:05 +02:00
parent fa61df5e07
commit 60df0fb95d
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 1 additions and 1 deletions

View File

@ -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() +

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

After

Width:  |  Height:  |  Size: 128 KiB