Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Type annotation add_subplot for projection="3d"#29341
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This looks good to me at a glance - is there still interest in merging this? It's currently marked as draft. |
I'd still like to see this, or something like it, merged! |
Uh oh!
There was an error while loading.Please reload this page.
lib/matplotlib/figure.pyi Outdated
@@ -25,6 +25,9 @@ from matplotlib.lines import Line2D | |||
from matplotlib.patches import Rectangle, Patch | |||
from matplotlib.text import Text | |||
from matplotlib.transforms import Affine2D, Bbox, BboxBase, Transform | |||
if TYPE_CHECKING: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Actually, this guard is not needed in .pyi files, because they are only used for tyoechecking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
OK, removed
abda9dd
intomatplotlib:mainUh oh!
There was an error while loading.Please reload this page.
Thank you! |
This is a proof-of-concept PR to address#29334