You've already forked coreutils-tracking
mirror of
https://github.com/uutils/coreutils-tracking.git
synced 2026-06-10 16:12:04 -07:00
Merge pull request #38 from cakebaker/graph_py_remove_extraneous_f_prefix
graph.py: remove extraneous 'f' prefix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user