Skip to content

Commit 0bb940e

Browse files
Save aspect to axes
1 parent 7141d2c commit 0bb940e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def set_aspect(self, aspect, adjustable=None, anchor=None, share=False):
322322
aspect=aspect)
323323
super().set_aspect(
324324
aspect='auto', adjustable=adjustable, anchor=anchor, share=share)
325+
self._aspect = aspect
325326

326327
if aspect in ('equal', 'equalxy', 'equalxz', 'equalyz'):
327328
if aspect == 'equal':

0 commit comments

Comments
 (0)