Merge pull request #38 from cakebaker/graph_py_remove_extraneous_f_prefix

graph.py: remove extraneous 'f' prefix
This commit is contained in:
Sylvestre Ledru
2026-02-03 09:04:29 +01:00
committed by GitHub
+7 -1
View File
@@ -123,7 +123,13 @@ textstr += f"Fail: {fail_pct:.1f}%\n"
textstr += f"Skip: {skip_pct:.1f}%"
# Add text box on the top right
props = dict(boxstyle="round,pad=0.8", facecolor="#FFFFFF", edgecolor="#D1D5DB", linewidth=2, alpha=0.95)
props = dict(
boxstyle="round,pad=0.8",
facecolor="#FFFFFF",
edgecolor="#D1D5DB",
linewidth=2,
alpha=0.95,
)
ax.text(
0.98,
1.15,