YinLiLin / CMplot

📊 Circular and Rectangular Manhattan Plot
499 stars 111 forks source link

Chromosome label error #106

Closed cfz1998 closed 9 months ago

cfz1998 commented 9 months ago

Hi! @YinLiLin

I could not find my chr12 label in the CMplot output.

Rect_Manhtn Boscalid gwas  5

How do you think I could fix it?

YinLiLin commented 9 months ago

This is because the labels are too crowded, please try to specify an rotation angle to the argument "chr.labels.angle", e.g., CMplot(..., chr.labels.angle=45).

cfz1998 commented 9 months ago

This is because the labels are too crowded, please try to specify an rotation angle to the argument "chr.labels.angle", e.g., CMplot(..., chr.labels.angle=45).

Hi! It works. Thanks!