added support to plot markers of a dataframe, like hammers, etc. Added support to plot as many ticks as you want

This commit is contained in:
Gert Wohlgemuth
2018-05-06 18:32:25 -07:00
parent f420994006
commit 12b4ae7f46
2 changed files with 29 additions and 1 deletions

View File

@@ -296,7 +296,7 @@ class Arguments(object):
self.parser.add_argument(
'--plot-dataframe-marker',
help='Renders the specified dataframes as markers',
help='Renders the specified dataframes as markers. Accepted values for a marker are either 100 or -100',
dest='plotdataframemarker',
default=None,
nargs='+',