Skip to content

Commit

Permalink
set theme_void for spatial resolved data
Browse files Browse the repository at this point in the history
  • Loading branch information
boyiguo1 committed Sep 25, 2023
1 parent f50fcfe commit 7316c8f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/make_escheR.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,10 @@ make_escheR.SpatialExperiment <- function(
) +
# TODO (medium): maybe move the theme to an outside function
xlab("") +
ylab("") #+
coord_fixed()
# theme_void() #+
ylab("") +
coord_fixed(ratio = 1) +
# Remove random lines and axis in the plot
theme_void() #+
# theme_set(theme_bw(base_size = 20)) +
# theme(
# panel.grid.major = element_blank(),
Expand Down

0 comments on commit 7316c8f

Please sign in to comment.