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:
@@ -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='+',
|
||||
|
Reference in New Issue
Block a user