我一直在尝试遵循我看到的 PdfPages 示例,但不断收到值错误:没有这样的数字:无。
plot1 = Chart Generating Function(argument1, argument2,...)
from matplotlib.backends.backend_pdf import PdfPages
pp = PdfPages('sample.pdf')
pp.savefig(plot1)
plt.close()
我尝试了不同的变体(即 pdf.savefig()),但似乎没有任何效果。