Skip to content

Commit 1794023

Browse files
committed
Made adjustable the default.
1 parent 30724fb commit 1794023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def tunit_edges(self, vals=None, M=None):
267267
(tc[7], tc[4])]
268268
return edges
269269

270-
def set_aspect(self, aspect, adjustable=None, anchor=None, share=False):
270+
def set_aspect(self, aspect, adjustable='datalim', anchor=None, share=False):
271271
"""
272272
Set the aspect ratios.
273273

0 commit comments

Comments
 (0)