Skip to content

Commit

Permalink
fix bug with sds_plot return
Browse files Browse the repository at this point in the history
  • Loading branch information
mihem committed Nov 11, 2024
1 parent 93c0b49 commit f89d045
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 @@ -728,7 +728,7 @@ plotSlingshot <- function(object, lineage) {
aspect.ratio = 1
) +
ggtitle(lineage)
-return(sds_plot)
return(sds_plot)
}


Expand Down

0 comments on commit f89d045

Please sign in to comment.