Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plt.savefig saves empty png image #10

Open
anbai106 opened this issue May 3, 2023 · 0 comments
Open

plt.savefig saves empty png image #10

anbai106 opened this issue May 3, 2023 · 0 comments

Comments

@anbai106
Copy link

anbai106 commented May 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant