Skip to content

Commit d2f06c9

Browse files
Fix broken dict
1 parent e569440 commit d2f06c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concreteproperties/results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ def plot_diagram(
804804
"arrowstyle": "->",
805805
"connectionstyle": style,
806806
},
807-
"bbox": {"boxstyle": "round", "fc": 0.8},
807+
"bbox": {"boxstyle": "round", "fc": "0.8"},
808808
}
809809
else:
810810
annotate_dict = {}

0 commit comments

Comments
 (0)