From 813253b3631beb0562e770dbeb47afd2bd26690e Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Mon, 17 Jun 2024 16:26:39 -0400 Subject: [PATCH] add line_shape options to doc string --- packages/python/plotly/plotly/express/_doc.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/python/plotly/plotly/express/_doc.py b/packages/python/plotly/plotly/express/_doc.py index 5a8690f856d..43769a7b20e 100644 --- a/packages/python/plotly/plotly/express/_doc.py +++ b/packages/python/plotly/plotly/express/_doc.py @@ -510,7 +510,10 @@ "boolean (default `False`)", "If `True`, an extra line segment is drawn between the first and last point.", ], - line_shape=["str (default `'linear'`)", "One of `'linear'` or `'spline'`."], + line_shape=[ + "str (default `'linear'`)", + "One of `'linear'`, `'spline'`, `'hv'`, `'vh'`, `'hvh'`, or `'vhv'`", + ], fitbounds=["str (default `False`).", "One of `False`, `locations` or `geojson`."], basemap_visible=["bool", "Force the basemap visibility."], scope=[