Skip to content

Commit

Permalink
fix: dimFeatPlot2D() titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Nov 19, 2024
1 parent 000f1b3 commit 508a03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/vis_spatial_gg.R
Original file line number Diff line number Diff line change
Expand Up @@ -3385,7 +3385,7 @@ spatFeatPlot2D <- function(
pl <- pl + ggplot2::labs(
x = "coord x",
y = "coord y",
title = paste(group_id, feat, sep = "-")
title = paste(c(group_id, feat), collapse = "-")
)

## aesthetics
Expand Down

0 comments on commit 508a03a

Please sign in to comment.