Skip to content

Commit

Permalink
& not &&
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Oct 19, 2015
1 parent 9c756c3 commit 0e71b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/animint.R
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ animint2dir <- function(plot.list, out.dir = tempfile(),
n.levels <- sapply(meta$selectors, function(s.info)length(s.info$levels))
one.level <- n.levels == 1
has.legend <- sapply(meta$selectors, function(s.info)isTRUE(s.info$legend))
is.trivial <- one.level && (!has.legend)
is.trivial <- one.level & (!has.legend)
if(any(is.trivial)){
## With the current compiler that has already saved the tsv files
## by now, we can't really make this data viz more efficient by
Expand Down

0 comments on commit 0e71b90

Please sign in to comment.