From 611c92ef1db2efa5c2f548c8ae3aa4072bbe67a8 Mon Sep 17 00:00:00 2001 From: jnozsc Date: Thu, 27 Feb 2020 11:46:42 -0800 Subject: *.py: cosmetic changes --- TOOLS/stats-conv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS/stats-conv.py') 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: -- cgit v1.2.3