forked from Deuxfleurs/mknet
Add black outline
This commit is contained in:
parent
fa61df5e07
commit
60df0fb95d
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Reference in a new issue