From 9edb1ee5c97800539f91aa9414d6c92da7dfd269 Mon Sep 17 00:00:00 2001 From: X11MA Date: Thu, 17 Mar 2016 11:37:39 +0100 Subject: [PATCH] Closedown --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)