jacklangerman
commited on
Commit
•
35c91c9
1
Parent(s):
a3afcbc
coordinate system
Browse files- hoho/vis.py +1 -1
hoho/vis.py
CHANGED
@@ -69,7 +69,7 @@ def show_grid(edges, meshes=None, row_length=5):
|
|
69 |
|
70 |
else:
|
71 |
T[0, 3] = 0
|
72 |
-
T[
|
73 |
|
74 |
# print(T[0,3]/col_width, T[2,3]/row_height)
|
75 |
|
|
|
69 |
|
70 |
else:
|
71 |
T[0, 3] = 0
|
72 |
+
T[1, 3] += row_height
|
73 |
|
74 |
# print(T[0,3]/col_width, T[2,3]/row_height)
|
75 |
|