Skip to content

Commit

Permalink
add demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vegetebird committed Jul 6, 2022
1 parent f68b647 commit 9d988ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/vis.py
Expand Up @@ -65,7 +65,7 @@ def show3Dpose(vals, ax):

ax.set_xlim3d([-RADIUS, RADIUS])
ax.set_ylim3d([-RADIUS, RADIUS])
ax.set_aspect('equal')
ax.set_aspect('equal') # works fine in matplotlib==2.2.2

white = (1.0, 1.0, 1.0, 0.0)
ax.xaxis.set_pane_color(white)
Expand Down

0 comments on commit 9d988ac

Please sign in to comment.