File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1465,7 +1465,7 @@ output$attrhist <- renderPlot({
14651465 if (input $ attrhistaxis == " percent" ){
14661466 tab <- tab / sum(tab )
14671467 }
1468- barplot(tab , xlab = attrname , col = histblue )
1468+ barplot(tab , main = attrname , col = histblue )
14691469 }
14701470 } else {
14711471 r <- ceiling(nplots / 2 )
@@ -1483,7 +1483,7 @@ output$attrhist <- renderPlot({
14831483 if (input $ attrhistaxis == " percent" ){
14841484 tab <- tab / sum(tab )
14851485 }
1486- barplot(tab , xlab = a , col = histblue )
1486+ barplot(tab , main = a , col = histblue )
14871487 }
14881488 }
14891489 }
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ div.placeholder {
341341# termdoc {
342342 background : # FFFFFF ;
343343 border : none;
344- padding : 5 px ;
344+ padding : 10 px ;
345345}
346346# termdocbox {
347347 position : absolute;
You can’t perform that action at this time.
0 commit comments