Ensemble: Results: PlotRKC: Add legend.

scenario-dev-pa
Pierre-Antoine 2026-09-08 17:50:51 +02:00
parent 03299db99a
commit bf6d40f398
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class PlotRKCEnsemble(PamhyrPlot):
self.draw_current(reach)
self.draw_profiles_hs(reach)
# self.enable_legend()
self.enable_legend()
self.idle()
self._init = True
@ -167,6 +167,7 @@ class PlotRKCEnsemble(PamhyrPlot):
rk, water_z,
lw=1., color=color,
linestyle='dotted',
label=f"Elevation: {t} (m)",
)
def draw_additional_data(self, run_id):