Olá pessoal, ao tentar usar o subplots, recebo um erro.
Alguma solução? Obrigado
fig, ax = plt.subplots(figsize=(20, 6))
AttributeError Traceback (most recent call last)
<ipython-input-30-fe0998f26ef2> in <module>
----> 1 fig, ax = plt.subplots(figsize=(20, 6))
AttributeError: module 'matplotlib' has no attribute 'subplots'