# HG changeset patch # User Amine Sehili # Date 1570732987 -7200 # Node ID a7bdc583e62261acff030cfe32fca4f5ca23a808 # Parent 7d0f2e18add48f506171e26d2fbc962591c941fe Show detection threshold on plot in main diff -r 7d0f2e18add4 -r a7bdc583e622 auditok/cmdline.py --- a/auditok/cmdline.py Thu Oct 10 20:37:40 2019 +0200 +++ b/auditok/cmdline.py Thu Oct 10 20:43:07 2019 +0200 @@ -411,6 +411,7 @@ plot( record, detections=detections, + energy_threshold=args.energy_threshold, show=True, save_as=args.save_image, )