Quando tento plotar em pizza, mesmo depois de instalado a versão matplotlib 3.1.0 , o código abaixo segue com erro:
plt.pie(dados["total"], labels = dados["lingua"])
AttributeError Traceback (most recent call last)
<ipython-input-48-3505d79dcc94> in <module>()
----> 1 plt.pie(dados["total"], labels = dados["lingua"])
AttributeError: module 'matplotlib' has no attribute 'pie'