Skip to content
Snippets Groups Projects

Resolve "REFAC: Map Plot for more subsets"

Merged Ghost User requested to merge lukas_issue227_refac_map-plot-for-more-subsets into develop
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -98,8 +98,7 @@ class AbstractPlotClass:
"""Abstract plot class needs to be implemented in inheritance."""
raise NotImplementedError
def
(self, ** kwargs):
def _save(self, **kwargs):
"""Store plot locally. Name of and path to plot need to be set on initialisation."""
plot_name = os.path.join(self.plot_folder, f"{self.plot_name}.pdf")
logging.debug(f"... save plot to {plot_name}")
Loading