Remove duplicated plot names

This commit is contained in:
Cheng Huzi
2021-06-08 18:24:09 -04:00
parent e9b49a846a
commit 52b4108877
3 changed files with 0 additions and 3 deletions
@@ -90,7 +90,6 @@ const plotEdf = (study: StudyDetail, objectiveId: number) => {
}
const layout: Partial<plotly.Layout> = {
title: "Empirical Distribution Function Plot",
xaxis: {
title: target_name,
},
@@ -122,7 +122,6 @@ const plotParamImportances = (paramsImportanceData: ParamImportances) => {
)
const layout: Partial<plotly.Layout> = {
title: "Hyperparameter Importance",
xaxis: {
title: `Importance for ${paramsImportanceData.target_name}`,
},
@@ -77,7 +77,6 @@ const plotCoordinate = (study: StudyDetail, objectiveId: number) => {
}
const layout: Partial<plotly.Layout> = {
title: "Parallel coordinate",
margin: {
l: 50,
r: 50,