Closed ryshi06 closed 3 weeks ago
Hi, Ruyu
since the dpi is high, you might need to increase the marker size to something like (100,200).
marker_size=(10,20)
marker_size=(100,200)
Best, Yunye
Thank you so much for the really quick reply!
I tried with (100,200) but still the point size is small. Should I increase the number more? Also, I am curious which command to change to make the top right corner annotation the same in your example? Thanks!
I guess probably you are using a previous version. Would you please try the latest version v3.5.0.
pip install gwaslab==3.5.0
.
Yes, the version I am using now is 3.4.0. I just updated it and the size changes! Thank you for the help.
Hi,
Thank you for having this incredible python package. I am a R person but I found this package is fantastic for visualizing the GWAS output.
I was trying to make regional plots with the function
plot_mqq
, however, I cannot increase the marker size in the plot even after playing around with themarker_size
parameter.Below is the actual command I am using:
Can you please help me on this? Thank you!
Best, Ruyu