Skip to content

Commit

Permalink
Fix range for cutouts (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton authored Dec 23, 2024
1 parent 347526b commit 36211dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -2336,6 +2336,7 @@ def draw_cutout(data, title, lower_bound=0, upper_bound=1, zoom=True, id_type="s
linecolor="black",
showticklabels=False,
ticks="",
range=[0, 60]
)

fig.update_layout(
Expand Down

0 comments on commit 36211dc

Please sign in to comment.