Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Feb 20, 2020
1 parent a49dbc2 commit d2c052c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -1345,14 +1345,6 @@ FeaturePlot <- function(
if (!is.null(x = legend) && legend == 'none') {
plots <- plots & NoLegend()
}
plots <- plots[c(do.call(
what = rbind,
args = split(
x = 1:length(x = plots),
f = ceiling(x = seq_along(along.with = 1:length(x = plots)) / length(x = features))
)
))]
plots <- wrap_plots(plots, ncol = nsplits)
} else {
plots <- wrap_plots(plots, ncol = ncol, nrow = split.by %iff% length(x = levels(x = data$split)))
}
Expand Down

0 comments on commit d2c052c

Please sign in to comment.