Skip to content

Commit d4857ef

Browse files
committed
FIX: use internal _set_postion, not external
1 parent 5713087 commit d4857ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def apply_aspect(self, position=None):
410410
box_aspect = 1
411411
pb = position.frozen()
412412
pb1 = pb.shrunk_to_aspect(box_aspect, pb, fig_aspect)
413-
self.set_position(pb1.anchored(self.get_anchor(), pb), 'active')
413+
self._set_position(pb1.anchored(self.get_anchor(), pb), 'active')
414414

415415
@artist.allow_rasterization
416416
def draw(self, renderer):

0 commit comments

Comments
 (0)