Felix issue112 feat seasonal cond quanitle plots
Compare changes
- #112Felix Kleinert authored
+ 255
− 2
@@ -188,6 +188,246 @@ class PlotStationMap(AbstractPlotClass):
@@ -188,6 +188,246 @@ class PlotStationMap(AbstractPlotClass):
def plot_conditional_quantiles(stations: list, plot_folder: str = ".", rolling_window: int = 3, ref_name: str = 'obs',
@@ -264,7 +504,7 @@ def plot_conditional_quantiles(stations: list, plot_folder: str = ".", rolling_w
@@ -264,7 +504,7 @@ def plot_conditional_quantiles(stations: list, plot_folder: str = ".", rolling_w
@@ -697,7 +937,6 @@ class PlotAvailability(AbstractPlotClass):
@@ -697,7 +937,6 @@ class PlotAvailability(AbstractPlotClass):
@@ -722,3 +961,17 @@ class PlotAvailability(AbstractPlotClass):
@@ -722,3 +961,17 @@ class PlotAvailability(AbstractPlotClass):
lgd = plt.legend(handles=handles, bbox_to_anchor=(0, 1, 1, 0.2), loc="lower center", ncol=len(handles))