Skip to content

Commit

Permalink
Refactor object_model/tipping_point.py and interface/tipping_points.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dumontgoulart committed Jul 19, 2024
1 parent bb29294 commit 914708f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flood_adapt/object_model/tipping_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,11 @@ def plot_results(self):
y1=metric[1],
xref="paper",
yref="y",
line=dict(
color="Red",
width=2,
dash="dash",
),
line={
"color": "Red",
"width": 3,
"dash": "dash",
},
name=f"{metric[0]} threshold",
)
fig.update_layout(
Expand Down

0 comments on commit 914708f

Please sign in to comment.