YinLiLin / CMplot

📊 Circular and Rectangular Manhattan Plot
511 stars 112 forks source link

Change diagonal color in QQ plot #25

Closed sureman closed 4 years ago

sureman commented 4 years ago

Is there a way to change the diagonal color from red in the QQ plot?

Thanks, Brad

YinLiLin commented 4 years ago

Hi,

Thanks for your feedback. I had removed this parameter at the current version as I thought it may not be that important. I will put it back at the next update of CMplot.

Regards, LL

YinLiLin commented 4 years ago

Hi,

I have updated the code on GitHub, please source the online code to have a try. If you want to change the colour of the diagonal of QQplot:

CMplot(..., threshold.col="blue")

if you want to change the colour of the confidence interval of QQplot:

CMplot(..., conf.int=T,conf.int.col="grey")

Those modifications will be updated in the next submission to CRAN.

Best, LL

sureman commented 4 years ago

Thank you so much for your quick response and action and your very useful tool.

Regards, Brad