Skip to content

Commit 806a6e0

Browse files
committed
autoscale —> autosize
1 parent 723dde4 commit 806a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,7 @@ def set_figure_layout(self, width, height):
33293329
"""
33303330
self.layout.update({
33313331
'showlegend': False,
3332-
'autoscale': False,
3332+
'autosize': False,
33333333
'hovermode': 'closest',
33343334
'width': width,
33353335
'height': height

0 commit comments

Comments
 (0)