Spaces:
Build error
Build error
freemt
commited on
Commit
·
e57e727
1
Parent(s):
2e99ff1
Update plot subtitle fix
Browse files- radiobee/__main__.py +2 -2
radiobee/__main__.py
CHANGED
@@ -495,8 +495,8 @@ if __name__ == "__main__":
|
|
495 |
ax0.set_ylim(ymin=0, ymax=ylim)
|
496 |
ax0.set_title(
|
497 |
"max along columns ('x': outliers)\n"
|
498 |
-
"potential aligned pairs (green line) "
|
499 |
-
f"
|
500 |
)
|
501 |
|
502 |
# clustered
|
|
|
495 |
ax0.set_ylim(ymin=0, ymax=ylim)
|
496 |
ax0.set_title(
|
497 |
"max along columns ('x': outliers)\n"
|
498 |
+
"potential aligned pairs (green line), "
|
499 |
+
f"{round(sum(_) / xlim, 2):.0%}"
|
500 |
)
|
501 |
|
502 |
# clustered
|