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

Does main.y not work in create.heatmap? #145

Open
helen-zhu opened this issue Aug 16, 2023 · 1 comment
Open

Does main.y not work in create.heatmap? #145

helen-zhu opened this issue Aug 16, 2023 · 1 comment

Comments

@helen-zhu
Copy link

The following gives me the same plot:

dummy_data <- matrix(c(1, 0, 0, 1), nrow = 2)

create.heatmap(
dummy_data, 
clustering.method = "none", 
same.as.matrix = T, 
main = "TEST",
main.y = -1 # shift title down
)

create.heatmap(
dummy_data, 
clustering.method = "none", 
same.as.matrix = T,
main = "TEST", 
main.y = 2 # shift title up
)

(on BPG version 7.0.5 R version 4.2.1)

@lydiayliu
Copy link

I second this, also main.y doesn't work for me in create.multipanelplot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants