Merge

Wed, 12 Dec 2018 16:39:21 +0200

author
Ioannis <ioannis@inoe.ro>
date
Wed, 12 Dec 2018 16:39:21 +0200
changeset 172
6bab03750268
parent 170
9face926ccab
child 173
9c29ffa49f2d

Merge

atmospheric_lidar/generic.py file | annotate | diff | comparison | revisions
--- 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

mercurial