Skip to content

Instantly share code, notes, and snippets.

@paulaleite
Created May 15, 2020 00:35
Show Gist options
  • Save paulaleite/f185eee115ba8e5f2e0c4c738f0eb9e5 to your computer and use it in GitHub Desktop.
Save paulaleite/f185eee115ba8e5f2e0c4c738f0eb9e5 to your computer and use it in GitHub Desktop.
Adicionando as informações no gráfico de pizza.
# 3
legenda = ['Economias', 'Transporte', 'Seguro', 'Entretenimento','Comida', 'Casa']
gastos_mensais = [500, 200, 150, 200, 600, 1200]
cores_grafico = ['#2d2e3f', '#ce3450', '#e2d6ca', '#99b8c1', '#e6ba3d', '#91c7bc']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment