Skip to content

Commit

Permalink
Restore automatic legend removal with multi-feature Vln- and RidgePlots
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Feb 20, 2020
1 parent af5a9df commit db87d82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -3749,6 +3749,9 @@ ExIPlot <- function(
}
if (combine) {
plots <- wrap_plots(plots, ncol = ncol)
if (length(x = features) > 1) {
plots <- plots & NoLegend()
}
}
return(plots)
}
Expand Down

0 comments on commit db87d82

Please sign in to comment.