Use a more generic way to use an hour formatter
Compare changes
+ 2
− 2
@@ -286,8 +286,8 @@ def make_plot(data_array, time_axis, frequency_axis, station_name, plot_full_pat
@@ -286,8 +286,8 @@ def make_plot(data_array, time_axis, frequency_axis, station_name, plot_full_pat
datetime(year=datetime_axis[-1].year, month=datetime_axis[-1].month, day=(datetime_axis[-1].day + (datetime_axis[-1].hour + 1) // 24),