Skip to content

Commit

Permalink
[src/log_plotter/datalogger_plotter_with_pyqtgraph.py] change title a…
Browse files Browse the repository at this point in the history
…rg into keyword arg in LogPlotter
  • Loading branch information
rkoyama1623-2021 committed Feb 27, 2017
1 parent 3cfa180 commit f89e040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log_plotter/datalogger_plotter_with_pyqtgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


class LogPlotter(object):
def __init__(self, fname, plot_conf_name, layout_conf_name, title):
def __init__(self, fname, plot_conf_name, layout_conf_name, title=None):
'''
:param str fname: file name of log
:param str plot_conf_name: plot yaml file name
Expand Down

0 comments on commit f89e040

Please sign in to comment.