diff options
Diffstat (limited to 'plotter/horizontal.py')
-rwxr-xr-x | plotter/horizontal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plotter/horizontal.py b/plotter/horizontal.py index 218fd33..57317ef 100755 --- a/plotter/horizontal.py +++ b/plotter/horizontal.py @@ -88,7 +88,7 @@ def _plot(data, output, name, layers, area = None): 'init': init_str, 'valid': valid_str, 'valid_offset': hours_since_init_str, - 'display_name': name, + 'display_name': hours_since_init_str, 'id': name } ) |