Skip to content

Instantly share code, notes, and snippets.

@paulaleite
Created May 15, 2020 00:32
Show Gist options
  • Save paulaleite/61341ec1594ecaf64524e58a00db4a61 to your computer and use it in GitHub Desktop.
Save paulaleite/61341ec1594ecaf64524e58a00db4a61 to your computer and use it in GitHub Desktop.
Um código que ensina como criar um gráfico de pizza em Python, utilizando matplotlib.
# 1
import matplotlib.pyplot as plt
# 2
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment