Estou com esse erro, como posso resolver?
plt.pie(contagem_de_lingua["total"], labels = contagem_de_lingua["original_language"])
NameError Traceback (most recent call last) in <cell line: 1>() ----> 1 plt.pie(contagem_de_lingua["total"], labels = contagem_de_lingua["original_language"])
NameError: name 'plt' is not defined