summaryrefslogtreecommitdiffstats
path: root/TOOLS/stats-conv.py
diff options
context:
space:
mode:
authorjnozsc <jnozsc@gmail.com>2020-02-27 11:46:42 -0800
committerwm4 <1387750+wm4@users.noreply.github.com>2020-02-27 21:36:21 +0100
commit611c92ef1db2efa5c2f548c8ae3aa4072bbe67a8 (patch)
treec67b4d00cacf7576690e3e23ebc4f366a27aaed2 /TOOLS/stats-conv.py
parentc4440db7448ab8b64103af46e7ffb38e3e57bc0e (diff)
downloadmpv-611c92ef1db2efa5c2f548c8ae3aa4072bbe67a8.tar.bz2
mpv-611c92ef1db2efa5c2f548c8ae3aa4072bbe67a8.tar.xz
*.py: cosmetic changes
Diffstat (limited to 'TOOLS/stats-conv.py')
-rwxr-xr-xTOOLS/stats-conv.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/stats-conv.py b/TOOLS/stats-conv.py
index 5fc092e3c7..16d787ab96 100755
--- a/TOOLS/stats-conv.py
+++ b/TOOLS/stats-conv.py
@@ -147,8 +147,8 @@ if hasval:
ax[1] = win.addPlot()
ax[1].setXLink(ax[0])
for cur in ax:
- if cur is not None:
- cur.addLegend(offset = (-1, 1))
+ if cur is not None:
+ cur.addLegend(offset = (-1, 1))
for e in G.sevents:
cur = ax[1 if e.type == "value" else 0]
if not cur in G.curveno: