diff --git a/mlair/plotting/postprocessing_plotting.py b/mlair/plotting/postprocessing_plotting.py index 1cb6181ac5d1428012ce17a59b60da708085fe44..b7ebad813b5d53b0b686ebbd4d5fde69b810a05f 100644 --- a/mlair/plotting/postprocessing_plotting.py +++ b/mlair/plotting/postprocessing_plotting.py @@ -255,7 +255,8 @@ class PlotStationMap(AbstractPlotClass): self._ax = None self._gl = None self._plot(generators) - self._save(bbox_inches="tight") + # self._save(bbox_inches="tight") + self._save() def _draw_background(self): """Draw coastline, lakes, ocean, rivers and country borders as background on the map."""