Skip to content

Commit

Permalink
fixed small error in new figure generation code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik-code committed Dec 18, 2024
1 parent b483de5 commit 7f30a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoptica/panoptica_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def make_curve_over_setups(
)
fig.update_yaxes(showgrid=True, gridwidth=1, gridcolor="gray")
if manual_metric_range is not None:
fig.update_xaxes(range=[manual_metric_range[0], manual_metric_range[1]])
fig.update_yaxes(range=[manual_metric_range[0], manual_metric_range[1]])
return fig


Expand Down

0 comments on commit 7f30a5a

Please sign in to comment.