Browse Source

Print plot filenames

Signed-off-by: Aarni Koskela <akx@iki.fi>
Aarni Koskela 5 năm trước cách đây
mục cha
commit
8d0bb331dd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()