1.4.4.6 饼图

提示:你需要调整Z。

plot_pie_ex_1.png

从下面的代码开始,试着重新生成这个图片,小心处理颜色和切片大小。

  1. Z = np.random.uniform(0, 1, 20)
  2. pl.pie(Z)

点击图片查看答案。