mirror of https://gitlab.com/pamhyr/pamhyr2
Ensemble: Results: PlotRKC: Add legend.
parent
03299db99a
commit
bf6d40f398
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue