Show More
@@ -1344,7 +1344,7 b' def graph(web):' | |||||
1344 | entry.update({'col': vtx[0], |
|
1344 | entry.update({'col': vtx[0], | |
1345 | 'color': (vtx[1] - 1) % 6 + 1, |
|
1345 | 'color': (vtx[1] - 1) % 6 + 1, | |
1346 | 'parity': next(parity), |
|
1346 | 'parity': next(parity), | |
1347 | 'edges': edgedata, |
|
1347 | 'edges': templateutil.mappinglist(edgedata), | |
1348 | 'row': row, |
|
1348 | 'row': row, | |
1349 | 'nextrow': row + 1}) |
|
1349 | 'nextrow': row + 1}) | |
1350 |
|
1350 |
General Comments 0
You need to be logged in to leave comments.
Login now