Untitled

From Obese Motmot, 1 Year ago, written in Plain Text, viewed 171 times.
URL http://codebin.org/view/196a45e7 Embed
Download Paste or View Raw
  1. fig1, ax1 = plt.subplots()
  2. ax1.pie(sizes, labels='na_sales')
  3. plt.show()
  4. data.plot(y='na_sales', kind='pie')
  5. plt.show()

Reply to "Untitled"

Here you can reply to the paste above