摘要: 饼图 = pie 散点图 = scatter plots 极化图 = polar charts 箭头 = Annotations 本节代码示例 import matplotlib.pyplot as plt plt.figure(figsize=(3, 3)) x = [45, 35, 20] la 阅读全文
posted @ 2018-07-10 19:05 既生喻何生亮 阅读(1724) 评论(0) 推荐(0)