there are 9 calls to make_map throughout the climada package. None of them is handling the figsize argument, i.e., the method is always called with the default (figsize=(9,13)).
That's a pity. It's tough (if not impossible) to change the plot size by other means.
The argument should be forwarded by the calling functions/methods.