Skip to content

Commit 084fd33

Browse files
committed
increase line width on geom_violin() sim outputs #54 #57
1 parent 89f8dec commit 084fd33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/app_server.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ app_server <- function( input, output, session ) {
687687
scale_fill_manual(fill_translated,
688688
values = colorscheme[c(3, 1, 2)]
689689
) +
690-
geom_violin(scale = "width") +
690+
geom_violin(scale = "width", lwd = 1) +
691691
theme_classic(base_size = 16) +
692692
theme(legend.position = "none") +
693693
xlab(xlab_translated) +
@@ -781,7 +781,7 @@ app_server <- function( input, output, session ) {
781781
outlier.fill = BycatchLvl)) +
782782
scale_fill_manual(lvl_name,
783783
values = colorscheme[c(3, 1, 2)]) +
784-
geom_violin(scale = "width") +
784+
geom_violin(scale = "width", lwd = 1) +
785785
theme_classic(base_size = 16) +
786786
xlab(xlab) +
787787
ylab(ylab)

0 commit comments

Comments
 (0)