Friction: Fix reach plot.

setup.py
Pierre-Antoine Rouby 2024-05-17 11:55:29 +02:00
parent 2013009e8a
commit 507cfb9d53
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ class FrictionsWindow(PamhyrWindow):
self.plot = PlotKPZ(
canvas=self.canvas,
data=self._reach.reach,
study=self._study,
trad=self._trad,
toolbar=None,
)