# HG changeset patch # User Ioannis # Date 1544625561 -7200 # Node ID 6bab037502686bf4a053ee94f22e6186074aed9a # Parent 9face926ccab06fca28bd959a38016488ef4dced Merge diff -r 9face926ccab -r 6bab03750268 atmospheric_lidar/generic.py --- a/atmospheric_lidar/generic.py Thu Nov 29 22:24:14 2018 +0200 +++ b/atmospheric_lidar/generic.py Wed Dec 12 16:39:21 2018 +0200 @@ -1116,6 +1116,7 @@ time_last = time_cut[-1] + dt # The last element needed for pcolormesh time_all = time_cut + (time_last,) t_axis = mpl.dates.date2num(time_all) + # Get the values of the z axis z_cut = self.z[hmin_idx:hmax_idx] - self.resolution / 2. z_last = z_cut[-1] + self.resolution