Skip to content

Commit 9256014

Browse files
authored
Merge pull request #5122 from williamstein/patch-1
fix a typo in the documentation of show
2 parents b6d86a7 + ca40863 commit 9256014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plotly/io/_renderers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ def show(fig, renderer=None, validate=True, **kwargs):
400400
plot is. The default is set in plotly.js.
401401
402402
height: int or float
403-
An integer or float that determines the number of pixels wide the
404-
plot is. The default is set in plotly.js.
403+
An integer or float specifying the height of the plot in pixels.
404+
The default is set in plotly.js.
405405
406406
config: dict
407407
A dict of parameters to configure the figure. The defaults are set

0 commit comments

Comments
 (0)