Skip to content

Commit e7bf58c

Browse files
committed
Duplicate width to height in layout update.
1 parent b9352d7 commit e7bf58c

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
@@ -3333,7 +3333,7 @@ def set_figure_layout(self, width, height):
33333333
'autoscale': False,
33343334
'hovermode': 'closest',
33353335
'width': width,
3336-
'width': height
3336+
'height': height
33373337
})
33383338

33393339
self.set_axis_layout(self.xaxis)

0 commit comments

Comments
 (0)