From 70fadae5790d879b6539f10698fb6f897851d080 Mon Sep 17 00:00:00 2001 From: Quillot Mathias Date: Tue, 11 May 2021 13:55:29 +0200 Subject: [PATCH] Simple comment change --- volia/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volia/plot.py b/volia/plot.py index 9aa3645..7ae4be7 100644 --- a/volia/plot.py +++ b/volia/plot.py @@ -53,7 +53,7 @@ if __name__ == '__main__': parser = argparse.ArgumentParser(description="") subparsers = parser.add_subparsers(title="action") - # with label + # scatter with labels parser_scatter = subparsers.add_parser("scatter") parser_scatter.add_argument("features", type=str, help="define the main features file") parser_scatter.add_argument("--labels", default=None, type=str, help="specify the labels of each utterance/element") -- 1.8.2.3