Skip to content

Commit fdafad2

Browse files
committed
remove uid
1 parent 76110c2 commit fdafad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/analysis/defects/plotting/thermo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _label_slopes(fig: go.Figure) -> None:
106106
textposition="top center",
107107
hoverinfo="skip",
108108
textfont=dict(color=data_.line.color),
109-
meta={"defect_id": f"{data_.name}:slope"},
109+
name=f"{data_.name}:slope",
110110
showlegend=False,
111111
)
112112
)

0 commit comments

Comments
 (0)