Skip to content

Commit ecea52b

Browse files
committed
alignment
1 parent f62a93c commit ecea52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apstools/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,8 @@ def plot_prune_fifo(bec, n, y, x):
10231023
tr
10241024
for tr in lp.ax.lines
10251025
if len(tr._x) != 2
1026-
or len(tr._y) != 2
1027-
or (len(tr._x) == 2 and tr._x[0] != tr._x[1])
1026+
or len(tr._y) != 2
1027+
or (len(tr._x) == 2 and tr._x[0] != tr._x[1])
10281028
]
10291029
if len(lines) > n:
10301030
logger.debug(f"limiting LivePlot({y.name}) to {n} traces")

0 commit comments

Comments
 (0)