Skip to content
Snippets Groups Projects
Commit a8772fc4 authored by Max Kimmich's avatar Max Kimmich
Browse files

Add again linebreak to node label in genealogy

parent 9cfca348
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ def save_genealogy(family_tree, P, metric_name: str):
continue
cluster.node(
f"{node_id(prompt)}",
label=f"{fill(str(prompt))}\{metric_name}: {prompt.score}",
label=f"{fill(str(prompt))}\n{metric_name}: {prompt.score}",
)
if parents is not None:
parent_1, parent_2 = parents
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment