diff --git a/modules/trajPsdPlot.R b/modules/trajPsdPlot.R index 554bfb5e843a7f2394310ad0ef67dd751bbaa7ed..ada6b59fea4774a4a85e57b840ffe2dce8e25787 100644 --- a/modules/trajPsdPlot.R +++ b/modules/trajPsdPlot.R @@ -205,7 +205,7 @@ modPSDPlot = function(input, output, session, in.font.strip = PLOTFONTFACETSTRIP, in.font.legend = PLOTFONTLEGEND) if("x" %in% input$chBGPSDlogaxis){ - p.out <- p.out + scale_x_continuous(trans = input$inPSDlogtype) + xlab(paste0(input$inPSDlogtype, "(", x_arg_str, ")")) + p.out <- p.out + scale_x_continuous(trans = input$inPSDlogtype) } if("y" %in% input$chBGPSDlogaxis){ p.out <- p.out + scale_y_continuous(trans = input$inPSDlogtype)