You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Then I checked myGSEAplot.R, changed
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:
Then I checked myGSEAplot.R, changed
cellcall/R/myGSEAplot.R
Line 143 in 7a778fc
plot_grid(plotlist = plotlist, ncol = 1, align="v", axis = 'tblr', rel_heights = rel_heights)
and it worked.
Hope to fix this.
The text was updated successfully, but these errors were encountered: