diff --git a/script/local.py b/script/local.py index 7c5a752..6d4c303 100644 --- a/script/local.py +++ b/script/local.py @@ -129,6 +129,6 @@ def plot_file(file, ctxt = None): """ sep = "\t" table = Table.load(file, sep, '#') - plots = plot(table, context = ctxt) + plots = plot(table, title = ctxt)