Skip to content

Commit

Permalink
Merge branch 'trunk' of github.com:RGLab/ggcyto into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinak committed May 21, 2018
2 parents 84f55da + 3a8749d commit 5168fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/ggcyto.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ as.ggplot <- function(x){
}
if(length(trans)>0&&is.null(value))#means fs will be used to compute stats and thus needs to be scaled properly
{
fs <- transform(fs, translist)
suppressMessages(fs <- transform(fs, translist))
}
for(gate in gates_parsed){
if(length(trans)>0)
Expand Down
1 change: 1 addition & 0 deletions R/ggcyto_flowSet.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ ggcyto.flowSet <- function(data, mapping, filter = NULL, max_nrow_to_plot = 5e4,
p[["GeomStats"]] <- list()

p <- p + ggcyto_par_default()
p <- p + guides(fill=FALSE) #the counts at legend could be reflecting the subsampled data and we want to hide this from user to avoid confusion

p
}
Expand Down

0 comments on commit 5168fd8

Please sign in to comment.