Skip to content

Commit

Permalink
fixup! Extend plotter
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalastro authored and jnunyez committed Oct 5, 2023
1 parent b6cd53e commit 9d55655
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 9d55655

Please sign in to comment.