摘要: 1 import matplotlib.pyplot as plt 2 3 ax1 = plt.subplot(211) 4 ax2 = plt.subplot(212) 5 6 ax1.set_xticks(range(4)) 7 ax1.set_xticklabels(["a","b","c", 阅读全文
posted @ 2018-05-28 21:46 微笑科技 阅读(222) 评论(0) 推荐(0) 编辑