data-science-types icon indicating copy to clipboard operation
data-science-types copied to clipboard

No overload variant of "subplots" matches argument type "bool"

Open uihsnv opened this issue 4 years ago • 0 comments

When I perform the following:

from matplotlib.pyplot import subplots
FIG, AXES = subplots(constrained_layout=True)

I get the warning:

No overload variant of "subplots" matches argument type "bool".

Does that need to be added?

uihsnv avatar Feb 08 '21 10:02 uihsnv