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
iplt.suptitle
We're missing plt.suptitle
plt.suptitle
Add it. It should probably look very similar to the implementation of title: https://github.com/ianhi/mpl-interactions/blob/e7f77aa46883d70fbfa390c6b99ce73d2c0e2fb8/mpl_interactions/pyplot.py#L941
title
See #180 for more detailed instructions on adding a new function.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
We're missing
plt.suptitle
Proposed Solution
Add it. It should probably look very similar to the implementation of
title
: https://github.com/ianhi/mpl-interactions/blob/e7f77aa46883d70fbfa390c6b99ce73d2c0e2fb8/mpl_interactions/pyplot.py#L941See #180 for more detailed instructions on adding a new function.
The text was updated successfully, but these errors were encountered: