Skip to content

Commit 6c69b2f

Browse files
committed
Better PEP8 conformance.
1 parent 250706c commit 6c69b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotter/structplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ def plotter(qvalues, poplist, outfile):
181181

182182
# Annotate population info
183183
if poplist:
184-
orderings = [(x, y[0][0]) for x, y in zip(np.cumsum([len(x[0]) for x in
185-
poplist]), poplist)]
184+
orderings = [(x, y[0][0]) for x, y in
185+
zip(np.cumsum([len(x[0]) for x in poplist]), poplist)]
186186
count = 1
187187
for ppl, vals in enumerate(orderings):
188188
# Add population delimiting lines

0 commit comments

Comments
 (0)