Tue, 07 Nov 2017 17:24:33 +0200
Typo
atmospheric_lidar/generic.py | file | annotate | diff | comparison | revisions |
--- a/atmospheric_lidar/generic.py Mon Nov 06 16:02:11 2017 +0200 +++ b/atmospheric_lidar/generic.py Tue Nov 07 17:24:33 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, figsize=(8, 4)): + title=None, vmin=0, vmax=1.3 * 10 ** 7): # if filename is not None: # matplotlib.use('Agg')