Closedown

This commit is contained in:
X11MA
2016-03-17 11:37:39 +01:00
parent 9c3d661393
commit 9edb1ee5c9

View File

@@ -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)