From 003ef78cf3e12c4d09b8925ec13522252225710f Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sat, 5 Jul 2025 12:28:57 -0400 Subject: [PATCH] Fix `height` docstr copypasta --- plotly/basedatatypes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotly/basedatatypes.py b/plotly/basedatatypes.py index 72f4cd25cac..1384e08d543 100644 --- a/plotly/basedatatypes.py +++ b/plotly/basedatatypes.py @@ -3404,8 +3404,8 @@ def show(self, *args, **kwargs): plot is. The default is set in plotly.js. height: int or float - An integer or float that determines the number of pixels wide the - plot is. The default is set in plotly.js. + An integer or float specifying the height of the plot in pixels. + The default is set in plotly.js. config: dict A dict of parameters to configure the figure. The defaults are set