Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

“spot_size” within the “make_escheR” function does not change the size of points #38

Open
calebhallinan opened this issue Jan 17, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@calebhallinan
Copy link

calebhallinan commented Jan 17, 2024

Hello!

I am trying to change the spot size of the points using the example you have online but have been unable to do so. See below the code I am running.. is there something I am doing wrong? Thanks so much!

R code

library(STexampleData)
spe <- Visium_humanDLPFC()
make_escheR(spe, spot_size=0.1) |> add_fill(var = "in_tissue")
make_escheR(spe, spot_size=5) |> add_fill(var = "in_tissue")
make_escheR(spe, spot_size=10) |> add_fill(var = "in_tissue")

All these look the same

@boyiguo1 boyiguo1 added the documentation Improvements or additions to documentation label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants