Skip to content

Commit e5c7078

Browse files
feat: add unit (#86)
Co-authored-by: Leon Wehrhan <[email protected]>
1 parent 8c8fe62 commit e5c7078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mlipaudit/ui/noncovalent_interactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def noncovalent_interactions_page(
284284
title="Interaction Type",
285285
axis=alt.Axis(labelLimit=1000),
286286
),
287-
x=alt.X("RMSE:Q", title="RMSE"),
287+
x=alt.X("RMSE:Q", title="RMSE (kcal/mol)"),
288288
yOffset=alt.YOffset("Model name:N"),
289289
color=alt.Color("Model name:N", title="Model Name"),
290290
opacity=alt.condition(selection, alt.value(0.8), alt.value(0.3)),

0 commit comments

Comments
 (0)