Skip to content

Commit

Permalink
Merge branch 'main' into website
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Nov 8, 2024
2 parents bdb2a98 + 160eb49 commit 1299cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/vis_spatial_gg.R
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ spatPlot2D <- function(gobject,
image_name <- c(image_name, largeImage_name)
}

point_shape <- match.arg(point_shape, c("border", "no_border", "voronoi"))

if (identical(plot_method, "scattermore") && point_shape != "no_border") {
warning("point_shape changed to \"no_border\" for scattermore")
point_shape <- "no_border"
Expand Down

0 comments on commit 1299cf1

Please sign in to comment.