estou com erro no codigo legend nao está gerando grafico, tentei copiar os codigos e da o mesmo erro AttributeError Traceback (most recent call last) in <cell line: 7>() 5 6 # Personalizando a legenda ----> 7 ax.legend(bbox_to_anchor=(1,1), reverse = true, title = "Região", title_fontsize = 12, fontsize = 12) 8 9 # Adicionando os valores
AttributeError: 'NoneType' object has no attribute 'legend'