You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful if matplotlib supported Python type hints (PEP 484, the typing module, etc.). I can attest that I, myself, have made mistakes using matplotlib that might have been more quickly resolved if type hints were available.
I realize that this is a significant change, requiring a significant effort. I may be able to contribute some time to this end.
The text was updated successfully, but these errors were encountered:
Thank you for your offer to help. This was discussed in #13798 and on the dev call* and the consensus was that @tacaswell is open to matplotlib/matplotilb-typeshed if people are interested in writing and supporting pyi files, but that typing (especially in upstream scientific packages) isn't standardized enough yet for Matplotlib to adopt inline use.
I'm going to close this as non-actionable given that this was discussed not so long ago in #13798 and I don't think the state of typing in Python changed significantly since then.
It would be helpful if matplotlib supported Python type hints (PEP 484, the typing module, etc.). I can attest that I, myself, have made mistakes using matplotlib that might have been more quickly resolved if type hints were available.
I realize that this is a significant change, requiring a significant effort. I may be able to contribute some time to this end.
The text was updated successfully, but these errors were encountered: