Skip to content

Commit 6d864c4

Browse files
authored
Merge pull request #5265 from ryan-williams/patch-1
Fix `height` docstr copypasta
2 parents ae85438 + 003ef78 commit 6d864c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/basedatatypes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3404,8 +3404,8 @@ def show(self, *args, **kwargs):
34043404
plot is. The default is set in plotly.js.
34053405
34063406
height: int or float
3407-
An integer or float that determines the number of pixels wide the
3408-
plot is. The default is set in plotly.js.
3407+
An integer or float specifying the height of the plot in pixels.
3408+
The default is set in plotly.js.
34093409
34103410
config: dict
34113411
A dict of parameters to configure the figure. The defaults are set

0 commit comments

Comments
 (0)