Skip to content

Commit 456f9b5

Browse files
committed
Need to actually print plots
1 parent a5e2a4e commit 456f9b5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

singlecell/resources/chunks/DimPlots.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ for (datasetId in names(seuratObjects)) {
1818
}
1919

2020
P1 <- P1 + patchwork::plot_annotation(title = field) + patchwork::plot_layout(guides = "collect")
21+
22+
print(P1)
2123
}
2224

2325
# Cleanup

singlecell/resources/chunks/FeaturePlots.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ for (datasetId in names(seuratObjects)) {
1818
}
1919

2020
P1 <- P1 + patchwork::plot_annotation(title = field) + patchwork::plot_layout(guides = "collect")
21+
22+
print(P1)
2123
}
2224

2325
# Cleanup

0 commit comments

Comments
 (0)