Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5713087 commit d4857efCopy full SHA for d4857ef
1 file changed
lib/mpl_toolkits/mplot3d/axes3d.py
@@ -410,7 +410,7 @@ def apply_aspect(self, position=None):
410
box_aspect = 1
411
pb = position.frozen()
412
pb1 = pb.shrunk_to_aspect(box_aspect, pb, fig_aspect)
413
- self.set_position(pb1.anchored(self.get_anchor(), pb), 'active')
+ self._set_position(pb1.anchored(self.get_anchor(), pb), 'active')
414
415
@artist.allow_rasterization
416
def draw(self, renderer):
0 commit comments