This commit is contained in:
eugen.betke 2020-08-18 12:56:53 +02:00
parent b875d1ae72
commit ac9a8bff36
3 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ visualize_categories <- function(gconf, cconf, data, view, col, x_breakpoints) {
if (nrow(unique(data['host'])) > 13) {
p <- (p +
theme(
#legend.position='none'
legend.position='none'
)
)
}
@ -146,7 +146,7 @@ visualize_categories <- function(gconf, cconf, data, view, col, x_breakpoints) {
+ facet_grid(host ~ .)
+ ylab('NScore')
+ theme(
#legend.position='none'
legend.position='none'
)
)
if (col == 'name') {