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

Issue with plotQmultiline splicing plots in half #89

Open
clorenzo1 opened this issue Jan 31, 2023 · 1 comment
Open

Issue with plotQmultiline splicing plots in half #89

clorenzo1 opened this issue Jan 31, 2023 · 1 comment

Comments

@clorenzo1
Copy link

  • Please describe the circumstances under which you got the error
  • Paste the code that you executed
  • Paste the error message returned
  • What version of pophelper are you running?
    packageVersion("pophelper")
  • What version of R are you running?
    R.version.string]
  • What OS are you running?
    Sys.info()["sysname"]
  • Depending on the error, I might ask for the input files to reproduce the error.
@clorenzo1 clorenzo1 changed the title Hi there, Hi there, I am running plotQ to get my plot grouped by population and that is working fine. However when I run plotQmultiline it splits my row of individuals (grouped by population) into two lines. Have you come across this issue before? Jan 31, 2023
@clorenzo1 clorenzo1 changed the title Hi there, I am running plotQ to get my plot grouped by population and that is working fine. However when I run plotQmultiline it splits my row of individuals (grouped by population) into two lines. Have you come across this issue before? Issue with plotQmultiline splicing plots in half Jan 31, 2023
@clorenzo1
Copy link
Author

clorenzo1 commented Jan 31, 2023

Hi there,

I am running plotQmultiline to be able to display my group names and my individual labels. However, every time I produce the plot, it cuts the row in half to produce two rows as follows:

final_filtered recode 3 Q

In this instance, Mangatolo is one population and all individuals should be in the same row.

The code I used for this was as follows:

plotQMultiline(qlist1, clustercol= cluster_colour, grplab = labset_order, grplabsize=4,
ordergrp=TRUE,imgtype="pdf", showindlab = TRUE,
showlegend=TRUE, legendpos="right", legendkeysize = 8, legendtextsize = 8,
legendmargin=c(2,2,2,0), width=10, height=7, sortind = "all", exportpath = getwd())

Is there a way to prevent this from happening?

Cheers!

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

1 participant