Skip to content

Commit 2c2c646

Browse files
committed
3Dでのaspect指定コメントアウト
1 parent b3d457d commit 2c2c646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/viz.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ def show3Dpose(channels, ax, lcolor="#3498db", rcolor="#e74c3c", add_labels=Fals
5757
ax.get_xaxis().set_ticklabels([])
5858
ax.get_yaxis().set_ticklabels([])
5959
ax.set_zticklabels([])
60-
ax.set_aspect('equal')
60+
# 3.1.0で3Dには指定不可(6/1)
61+
# ax.set_aspect('equal')
6162

6263
# Get rid of the panes (actually, make them white)
6364
white = (1.0, 1.0, 0.1, 0.0)

0 commit comments

Comments
 (0)