天天看点

python写入excel(xlswriter)--生成图表

一、折线图:

效果图:

python写入excel(xlswriter)--生成图表

二、柱状图:

python写入excel(xlswriter)--生成图表

PS:

其实前面两个图只变动一点:把 line 个性为 column

三、饼图:

python写入excel(xlswriter)--生成图表

参考资料:

<a href="http://xlsxwriter.readthedocs.io/chart_examples.html" target="_blank">http://xlsxwriter.readthedocs.io/chart_examples.html</a>

<a href="http://xlsxwriter.readthedocs.io/chart.html" target="_blank">http://xlsxwriter.readthedocs.io/chart.html</a>