Skip to content

Commit

Permalink
Update plot style
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasFehring committed Feb 11, 2025
1 parent 4ddcecd commit b74eed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deepcave/plugins/summary/configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ def _get_objective_figure(
yaxis = f"yaxis{id+1}"

layout_kwargs[yaxis] = {
# "title": objective.name,
"titlefont": {"color": get_color(id)},
"title": {"text": objective.name, "font": {"color": get_color(id)}},
"tickfont": {"color": get_color(id)},
"range": [objective.lower, objective.upper],
}
Expand Down

0 comments on commit b74eed1

Please sign in to comment.