摘要: ```import numpy as npimport matplotlib.pyplot as pltfrom matplotlib import style plt.style.use('dark_background')for i in range(2): if i ==0: labels = 'A', 'B', 'C' fracs = [20, 30, 5... 阅读全文
posted @ 2019-11-29 21:18 随想LJG 阅读(1349) 评论(0) 推荐(0) 编辑
摘要: ``` pylab_examples example code: multipage_pdf.py """ This is a demo of creating a pdf file with several pages, as well as adding metadata and annotations to pdf files. """ import datetime import nump 阅读全文
posted @ 2019-11-29 21:05 随想LJG 阅读(4103) 评论(1) 推荐(0) 编辑