Skip to content

Commit 003ef78

Browse files
Fix height docstr copypasta
1 parent ae85438 commit 003ef78

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)