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) {
|
if (nrow(unique(data['host'])) > 13) {
|
||||||
p <- (p +
|
p <- (p +
|
||||||
theme(
|
theme(
|
||||||
#legend.position='none'
|
legend.position='none'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -146,7 +146,7 @@ visualize_categories <- function(gconf, cconf, data, view, col, x_breakpoints) {
|
||||||
+ facet_grid(host ~ .)
|
+ facet_grid(host ~ .)
|
||||||
+ ylab('NScore')
|
+ ylab('NScore')
|
||||||
+ theme(
|
+ theme(
|
||||||
#legend.position='none'
|
legend.position='none'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
if (col == 'name') {
|
if (col == 'name') {
|
||||||
|
|
Loading…
Reference in New Issue