Skip to content

Commit b74eed1

Browse files
committed
Update plot style
1 parent 4ddcecd commit b74eed1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deepcave/plugins/summary/configurations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@ def _get_objective_figure(
416416
yaxis = f"yaxis{id+1}"
417417

418418
layout_kwargs[yaxis] = {
419-
# "title": objective.name,
420-
"titlefont": {"color": get_color(id)},
419+
"title": {"text": objective.name, "font": {"color": get_color(id)}},
421420
"tickfont": {"color": get_color(id)},
422421
"range": [objective.lower, objective.upper],
423422
}

0 commit comments

Comments
 (0)