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

ax parameter does not work #3

Open
chunkaowang opened this issue Oct 28, 2021 · 3 comments
Open

ax parameter does not work #3

chunkaowang opened this issue Oct 28, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@chunkaowang
Copy link

when ax pass to the function, return is empty.

@agung-m
Copy link

agung-m commented Jul 6, 2022

I have encountered the same issue. Only the first plot (ax1) shows correctly when I do the following, while ax2 is blank.

fig, (ax1, ax2) = plt.subplots(2)
qqplot(data1, ax=ax1)
qqplot(data2, ax=ax2)

@ShujiaHuang
Copy link
Owner

Thanks for the issues, I will fix this ASAP

@ShujiaHuang
Copy link
Owner

Fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants