您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

python利用matplotlib库绘制饼图的方法示例

2024/4/4 6:16:31发布13次查看
python强大的原因之一就在于其开源,有很多优秀的程序员为其提供了丰富的类库。matplotlib就是其中之一,下面这篇文章主要介绍了python如何利用matplotlib库绘制饼图的方法示例,有需要的朋友们可以参考借鉴,下面来一起看看吧。
介绍
matplotlib 是python最著名的绘图库,它提供了一整套和matlab相似的命令api,十分适合交互式地进行制图。而且也可以方便地将它作为绘图控件,嵌入gui应用程序中。
它的文档相当完备,并且 gallery页面 中有上百幅缩略图,打开之后都有源程序。因此如果你需要绘制某种类型的图,只需要在这个页面中浏览/复制/粘贴一下,基本上都能搞定。
这篇文章给大家主要介绍了python用matplotlib绘制饼图的方法,话不多说,下面来看代码。
示例代码
import matplotlib.pyplot as plt # the slices will be ordered and plotted counter-clockwise. labels = 'frogs', 'hogs', 'dogs', 'logs' sizes = [15, 30, 45, 10] colors = ['yellowgreen', 'gold', 'lightskyblue', 'lightcoral'] explode = (0, 0.1, 0, 0) # only "explode" the 2nd slice (i.e. 'hogs') plt.pie(sizes, explode=explode, labels=labels, colors=colors, autopct='%1.1f%%', shadow=true, startangle=90) # set aspect ratio to be equal so that pie is drawn as a circle. plt.axis('equal') plt.savefig('d:\\pie.png') plt.show()
结果
更多python利用matplotlib库绘制饼图的方法示例。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product