diff options
Diffstat (limited to 'metchart/plotter/vertical_from_grib.py')
-rwxr-xr-x | metchart/plotter/vertical_from_grib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metchart/plotter/vertical_from_grib.py b/metchart/plotter/vertical_from_grib.py index c632b0b..d341389 100755 --- a/metchart/plotter/vertical_from_grib.py +++ b/metchart/plotter/vertical_from_grib.py @@ -87,7 +87,7 @@ def _plot(data, output, name, lat=None, lon=None, analysis=None): 'init': init_str, 'valid': valid_str, 'valid_offset': hours_since_init_str, - 'display_name': name, + 'display_name': hours_since_init_str, 'id': name } ) |