YinLiLin / CMplot

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

Removing y axis grid lines #95

Open mbond0718 opened 1 year ago

mbond0718 commented 1 year ago

Hello!

Thanks for creating such a great package that is so easy to use within R! I was wondering if there was a way to remove the grid lines along the y-axis. I see in the User Manual the examples of circular manhattan plots have their y-axis grid lines removed and this is something that I would love to be able to do programatically.

This is the example that I am referring to in the user manual that does not have y-axis grid lines:

image

Thank you!
Marielle Bond

YinLiLin commented 1 year ago

Thank you for the feedback.

I have updated the script on GitHub to meet your requirements, you can add parameter 'cir.axis.grid=FALSE' to remove the y-axis grid lines, please source the online version of script and try again.

Best, LL