diff --git a/python/asgard.py b/python/asgard.py index d68810dc7..186222ec4 100644 --- a/python/asgard.py +++ b/python/asgard.py @@ -279,7 +279,7 @@ def __str__(self): asgplot.title(shot.title, fontsize = 'large') if shot.num_dimensions == 1: - z, x = shot.plot_data1d((()), num_points = 256) + z, x = shot.plot_data1d(((),), num_points = 256) asgplot.plot(x, z) asgplot.xlabel(shot.dimension_names[0], fontsize = 'large') else: