Skip to content

Commit 2f23f76

Browse files
committed
correct name colorbar
1 parent 5381673 commit 2f23f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/hazard/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def plot_rp_intensity(self, return_periods=(25, 50, 100, 250), **kwargs):
351351
np.ndarray (return_periods.size x num_centroids)
352352
"""
353353
inten_stats = self.local_exceedance_inten(np.array(return_periods))
354-
colbar_name = 'Wind intensity (' + self.units + ')'
354+
colbar_name = 'Intensity (' + self.units + ')'
355355
title = list()
356356
for ret in return_periods:
357357
title.append('Return period: ' + str(ret) + ' years')

0 commit comments

Comments
 (0)