Skip to content

Commit

Permalink
fix to DimPlot faceting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Feb 21, 2020
1 parent 5f35b69 commit 03fd948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ DimPlot <- function(
return(plot)
}
)
if (!is.null(x = split.by) && length(x = group.by) > 1) {
if (!is.null(x = split.by)) {
ncol <- 1
}
if (combine) {
Expand Down

0 comments on commit 03fd948

Please sign in to comment.