First page Back Continue Last page Overview Image

As a Pie Plot

import matplotlib.pyplot as plt

my_colors = ['b', 'r', 'c', 'y', 'g', 'm']

progs.plot.pie(subplots=True,

legend=False)

plt.ylabel('')