Skip to content

Commit

Permalink
fixup! Extend plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalastro committed Oct 5, 2023
1 parent 9edc0c1 commit e57cad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vse_sync_pp/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def main():
)
args = aparser.parse_args()
parser = PARSERS[args.parser]()
plotter = Plotter(parser.y_name)
plotter = Plotter(TIMESERIES, Axis(parser.y_name, parser.y_name))
with open_input(args.input) as fid:
method = parser.canonical if args.canonical else parser.parse
for parsed in method(fid):
Expand Down

0 comments on commit e57cad7

Please sign in to comment.