qmplot icon indicating copy to clipboard operation
qmplot copied to clipboard

plt.savefig saves empty png image

Open anbai106 opened this issue 1 year ago • 0 comments

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

anbai106 avatar May 03 '23 13:05 anbai106