未验证 提交 371fdc4e 编写于 作者: C Chang Xu 提交者: GitHub

Fix Bug in Analysis (#1411)

上级 12109399
...@@ -308,5 +308,5 @@ class AnalysisQuant(object): ...@@ -308,5 +308,5 @@ class AnalysisQuant(object):
plt.title("Hist of variable {}".format(name)) plt.title("Hist of variable {}".format(name))
plt.show() plt.show()
pdf.savefig() pdf.savefig()
plt.close() plt.close()
_logger.info('Histogram plot is saved in {}'.format(pdf_path)) _logger.info('Histogram plot is saved in {}'.format(pdf_path))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册