jacklangerman
commited on
Commit
•
4415e8d
1
Parent(s):
b74224b
coordinate system
Browse files- hoho/vis.py +1 -1
hoho/vis.py
CHANGED
@@ -60,7 +60,7 @@ def show_grid(edges, meshes=None, row_length=5):
|
|
60 |
|
61 |
for i, (gt, mesh) in enumerate(zip(edges, meshes), start=0):
|
62 |
mesh = deepcopy(mesh)
|
63 |
-
|
64 |
|
65 |
if i%row_length != 0:
|
66 |
T[0, 3] += col_width
|
|
|
60 |
|
61 |
for i, (gt, mesh) in enumerate(zip(edges, meshes), start=0):
|
62 |
mesh = deepcopy(mesh)
|
63 |
+
gt = deepcopy(gt)
|
64 |
|
65 |
if i%row_length != 0:
|
66 |
T[0, 3] += col_width
|