Skip to content

Commit

Permalink
Bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne12345 committed Aug 29, 2024
1 parent 557182f commit f112495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcave/plugins/hyperparameter/ablation_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def load_outputs_mo(run, inputs, outputs) -> List[go.Figure]: # type: ignore
# Update the layout
fig.update_layout(
xaxis_title="Weight for " + objective1,
yaxis_title="Sum of the weighted\n normalized performance",
yaxis_title="Sum of the weighted <br> normalized performance",
xaxis=dict(range=[0, 1], tickangle=-45),
yaxis=dict(
range=[
Expand Down

0 comments on commit f112495

Please sign in to comment.