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

how to alter multiple track qq plots #114

Open
srad26 opened this issue Nov 30, 2023 · 1 comment
Open

how to alter multiple track qq plots #114

srad26 opened this issue Nov 30, 2023 · 1 comment

Comments

@srad26
Copy link

srad26 commented Nov 30, 2023

I am wondering if there is a way to alter multitrack QQ plots so they are displayed on more than one line. Currently I have 15 plots loaded, but they display all on one line when I would prefer they are laid out in a 3x5 structure. Is there a way to adjust this?

Here is a short version of the code I am currently using to make the plots:

y=read.csv("file.csv", header=TRUE)
Traits<-list(Y$Alanine, Y$arginine, Y$oil)
CMplot(Y, plot.type="q", file="tiff", dpi=300, file.name="filename", col=c("dodgerblue"), multracks = TRUE)

@YinLiLin
Copy link
Owner

Sorry that it's now not achievable to set the output structure for current version.

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