From ff803dfc0f11a466992e8e092790e63389149ca6 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 11 Mar 2025 03:29:15 -0500 Subject: [PATCH] scripts: Added vestigial -:/--dots flag to plot.py This just makes it easier to jump between plot.py and plotmpl.py. --- scripts/plot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/plot.py b/scripts/plot.py index d9e4230d..f303cce1 100755 --- a/scripts/plot.py +++ b/scripts/plot.py @@ -1746,6 +1746,10 @@ if __name__ == "__main__": choices=['never', 'always', 'auto'], default='auto', help="When to use terminal colors. Defaults to 'auto'.") + parser.add_argument( + '-:', '--dots', + action='store_true', + help="Use 1x2 ascii dot characters. This is the default.") parser.add_argument( '-⣿', '--braille', action='store_true',