Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created February 12, 2021 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/ff0facbc7d16eba7375ada8388ae5291 to your computer and use it in GitHub Desktop.
Save amankharwal/ff0facbc7d16eba7375ada8388ae5291 to your computer and use it in GitHub Desktop.
import matplotlib.pyplot as plt
data = [20, 50, 30, 60]
plt.pie(data)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment