Skip to content

Commit 77a5303

Browse files
committed
1 parent 49313b7 commit 77a5303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: spatialLIBD
22
Title: spatialLIBD: an R/Bioconductor package to visualize spatially-resolved
33
transcriptomics data
4-
Version: 1.15.3
4+
Version: 1.15.4
55
Date: 2024-04-19
66
Authors@R:
77
c(

R/vis_grid_clus.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ vis_grid_clus <-
8989

9090

9191
if (!return_plots) {
92-
pdf(pdf_file, height = 24, width = 36)
92+
pdf(pdf_file, height = height, width = width)
9393
print(cowplot::plot_grid(plotlist = plots))
9494
dev.off()
9595
return(pdf_file)

0 commit comments

Comments
 (0)