nai
This commit is contained in:
parent
b875d1ae72
commit
ac9a8bff36
Binary file not shown.
Binary file not shown.
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue