Skip to content

Commit 050e3b8

Browse files
authored
Merge pull request #13 from anishp/layout-bugfix
fix 6x2 layout rendering V1 twice and skipping lead III
2 parents 52882b9 + d3b52f6 commit 050e3b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ecg/ecg.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
[2, 5, 8, 11]],
6060
'6x2': [[0, 6],
6161
[1, 7],
62-
[3, 8],
63-
[4, 9],
64-
[5, 10],
65-
[6, 11]],
62+
[2, 8],
63+
[3, 9],
64+
[4, 10],
65+
[5, 11]],
6666
'12x1': [[0],
6767
[1],
6868
[2],

0 commit comments

Comments
 (0)