瀏覽代碼

Print plot filenames

Signed-off-by: Aarni Koskela <akx@iki.fi>
Aarni Koskela 5 年之前
父節點
當前提交
8d0bb331dd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      python/labours/labours.py

+ 1 - 0
python/labours/labours.py

@@ -813,6 +813,7 @@ def deploy_plot(title, output, background, tight=True):
                 pyplot.tight_layout()
             except:  # noqa: E722
                 print("Warning: failed to set the tight layout")
+        print("Writing plot to %s" % output)
         pyplot.savefig(output, transparent=True)
     pyplot.clf()