Skip to content

Commit

Permalink
fix (filtering): Sankey plot adjusted to match Study Design
Browse files Browse the repository at this point in the history
  • Loading branch information
Cauley committed Aug 9, 2023
1 parent a072c4c commit 4cb09be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/filtering.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ filtering <- function(object,
sankey.plot <- ggplot(test.gr, aes(x, id = id, split = y, value = n)) +
geom_parallel_sets(aes(fill = region), alpha = 0.5, axis.width = 0.1) +
geom_parallel_sets_axes(axis.width = 0.2) +
geom_parallel_sets_labels(color = "white", size = 5) +
geom_parallel_sets_labels(color = "gray", size = 5, angle = 0) +
theme_classic(base_size = 17) +
theme(legend.position = "bottom",
axis.ticks.y = element_blank(),
Expand Down

0 comments on commit 4cb09be

Please sign in to comment.