From 554bb9a82c705fdea95b30a4f9c304a90676ce6f Mon Sep 17 00:00:00 2001 From: dmattek Date: Fri, 3 Aug 2018 16:32:27 +0200 Subject: [PATCH] Changed: ggplot theme --- modules/boxPlot.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/boxPlot.R b/modules/boxPlot.R index 13fe0be..e1d9afc 100644 --- a/modules/boxPlot.R +++ b/modules/boxPlot.R @@ -236,8 +236,8 @@ modBoxPlot = function(input, output, session, scale_fill_discrete(name = '') + xlab('') + ylab('') + - #ggplotTheme() + - myGgplotTheme + + ggplotTheme() + + #myGgplotTheme + theme(legend.position = input$selPlotBoxLegendPos) if (input$chBxAxisLabelsRotate) -- GitLab