Spaces:
Build error
Build error
freemt
commited on
Commit
·
2e99ff1
1
Parent(s):
4d4ba88
Update plot subtitle fix
Browse files- radiobee/__main__.py +1 -1
radiobee/__main__.py
CHANGED
@@ -495,7 +495,7 @@ 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"({round(sum(_) / xlim, 2):.0%})"
|
500 |
)
|
501 |
|
|
|
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 |
|