Mon, 06 Nov 2017 16:02:11 +0200
Merge from 81:2b484f310d0d
--- a/atmospheric_lidar/generic.py Thu Oct 05 14:19:37 2017 +0300 +++ b/atmospheric_lidar/generic.py Mon Nov 06 16:02:11 2017 +0200 @@ -629,7 +629,7 @@ return prof def plot(self, figsize=(8, 4), signal_type='rc', zoom=[0, 12000, 0, -1], show_plot=True, cmap=plt.cm.jet, z0=None, - title=None, vmin=0, vmax=1.3 * 10 ** 7): + title=None, vmin=0, vmax=1.3 * 10 ** 7, figsize=(8, 4)): # if filename is not None: # matplotlib.use('Agg')