Problem
I have the impression that Axes.plot typing is incomplete.
Using basedpyright, I get a reportUnknownMemberType diagnostic on a simple ax.plot call.
Is that logic giving the current status of stubs definitions ? Or am I possibly doing something wrong ?
If typing is truly missing, is there a recommended workaround instead of just ignoring it ? plot is a well-known matplotlib function, so I'm surprised it might not be typed yet.
Proposed solution
No response
Problem
I have the impression that
Axes.plottyping is incomplete.matplotlib/lib/matplotlib/axes/_axes.pyi
Line 204 in a7fc902
Using basedpyright, I get a
reportUnknownMemberTypediagnostic on a simpleax.plotcall.Is that logic giving the current status of stubs definitions ? Or am I possibly doing something wrong ?
If typing is truly missing, is there a recommended workaround instead of just ignoring it ?
plotis a well-known matplotlib function, so I'm surprised it might not be typed yet.Proposed solution
No response