data-science-types
data-science-types copied to clipboard
No overload variant of "subplots" matches argument type "bool"
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?