2022年1月28日

Python plt 饼图

摘要: import matplotlib.pyplot as plt from matplotlib import rcParams name_list_en = ['Computer Science', 'Physics', 'Mathematics' , 'Statistics' , 'Quantit 阅读全文

posted @ 2022-01-28 21:26 Caution_X 阅读(92) 评论(0) 推荐(0) 编辑

Python plt 柱状图

摘要: import matplotlib.pyplot as plt from matplotlib import rcParams def autolabel(rects): for rect in rects: height = rect.get_height() plt.text(rect.get_ 阅读全文

posted @ 2022-01-28 21:22 Caution_X 阅读(408) 评论(0) 推荐(0) 编辑

导航