返回顶部

一缕半夏微光

温柔半两,从容一生

导航

2021年12月9日 #

Python(饼图)

摘要: 一、简单饼图 代码: 1 import matplotlib.pyplot as plt 2 3 # The slices will be ordered and plotted counter-clockwise. 4 labels = 'Frogs', 'Hogs', 'Dogs', 'Logs 阅读全文

posted @ 2021-12-09 16:46 一缕半夏微光 阅读(270) 评论(0) 推荐(0) 编辑