We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when ax pass to the function, return is empty.
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
Thanks for the issues, I will fix this ASAP
fix the multiple plots issue, #3
4e67683
Fixed, thanks!
No branches or pull requests
when ax pass to the function, return is empty.
The text was updated successfully, but these errors were encountered: