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

Image alignment in getGSEAplot #31

Open
QuinceyLv opened this issue Jun 16, 2022 · 1 comment
Open

Image alignment in getGSEAplot #31

QuinceyLv opened this issue Jun 16, 2022 · 1 comment

Comments

@QuinceyLv
Copy link

QuinceyLv commented Jun 16, 2022

Hi,
I was using getGSEAplot with my data and encountered a warning:
"Graphs cannot be vertically aligned unless the axis parameter is set. Placing graphs unaligned."
and the output was like this:
gsea_unaligned
Then I checked myGSEAplot.R, changed

plot_grid(plotlist = plotlist, ncol = 1, align="v", rel_heights = rel_heights)
to :
plot_grid(plotlist = plotlist, ncol = 1, align="v", axis = 'tblr', rel_heights = rel_heights)
and it worked.
gsea_aligned
Hope to fix this.

@ShellyCoder
Copy link
Owner

Thanks for your excellent contribution!

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