Skip to content

Commit

Permalink
Fix broken dict
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Oct 29, 2024
1 parent e569440 commit d2f06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concreteproperties/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def plot_diagram(
"arrowstyle": "->",
"connectionstyle": style,
},
"bbox": {"boxstyle": "round", "fc": 0.8},
"bbox": {"boxstyle": "round", "fc": "0.8"},
}
else:
annotate_dict = {}
Expand Down

0 comments on commit d2f06c9

Please sign in to comment.