Skip to content

Commit f8cc36d

Browse files
committed
style(figure): Modify the figure
1 parent 436ffe7 commit f8cc36d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

figure.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
##Vertices 0-7 (x,y,z)
22
vertices= (
3-
(3, -.3, -1.5),
4-
(3, .3, -1.5),
5-
(-3, .3, -1.5),
6-
(-3, -.3, -1.5),
7-
(3, -.3, 1.5),
8-
(3, .3, 1.5),
9-
(-3, .3, 1.5),
10-
(-3, -.3, 1.5)
3+
(3, -.2, -1),
4+
(3, .2, -1),
5+
(-3, .2, -1),
6+
(-3, -.2, -1),
7+
(3, -.2, 1),
8+
(3, .2, 1),
9+
(-3, .2, 1),
10+
(-3, -.2, 1)
1111
)
1212

1313
edges = (

0 commit comments

Comments
 (0)