ShujiaHuang / qmplot

A Python package for creating high-quality manhattan and Q-Q plots from GWAS results.
GNU General Public License v3.0
38 stars 11 forks source link

plt.savefig saves empty png image #10

Open anbai106 opened 1 year ago

anbai106 commented 1 year ago

Hi,

I used your example code to save the image: ax = manhattanplot(data=df, xticklabel_kws={"rotation": "vertical"}, sign_marker_p=None, genomewideline=None, suggestiveline=5e-8)

plt.savefig(os.path.join(output_dir, 'manhattan_qmplot.png'))

but the saved image is empty