Commit 70fadae5790d879b6539f10698fb6f897851d080
1 parent
62fc82e59a
Exists in
master
Simple comment change
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
volia/plot.py
... | ... | @@ -53,7 +53,7 @@ |
53 | 53 | parser = argparse.ArgumentParser(description="") |
54 | 54 | subparsers = parser.add_subparsers(title="action") |
55 | 55 | |
56 | - # with label | |
56 | + # scatter with labels | |
57 | 57 | parser_scatter = subparsers.add_parser("scatter") |
58 | 58 | parser_scatter.add_argument("features", type=str, help="define the main features file") |
59 | 59 | parser_scatter.add_argument("--labels", default=None, type=str, help="specify the labels of each utterance/element") |