Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Apr 19, 2024
1 parent 49313b7 commit 77a5303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: spatialLIBD
Title: spatialLIBD: an R/Bioconductor package to visualize spatially-resolved
transcriptomics data
Version: 1.15.3
Version: 1.15.4
Date: 2024-04-19
Authors@R:
c(
Expand Down
2 changes: 1 addition & 1 deletion R/vis_grid_clus.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ vis_grid_clus <-


if (!return_plots) {
pdf(pdf_file, height = 24, width = 36)
pdf(pdf_file, height = height, width = width)
print(cowplot::plot_grid(plotlist = plots))
dev.off()
return(pdf_file)
Expand Down

0 comments on commit 77a5303

Please sign in to comment.