Skip to content

Commit 178dbad

Browse files
authored
Merge pull request #4642 from plotly/update-options
Add line_shape options to doc string
2 parents 889c200 + 6c64439 commit 178dbad

File tree

1 file changed

+4
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+4
-1
lines changed

packages/python/plotly/plotly/express/_doc.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,10 @@
510510
"boolean (default `False`)",
511511
"If `True`, an extra line segment is drawn between the first and last point.",
512512
],
513-
line_shape=["str (default `'linear'`)", "One of `'linear'` or `'spline'`."],
513+
line_shape=[
514+
"str (default `'linear'`)",
515+
"One of `'linear'`, `'spline'`, `'hv'`, `'vh'`, `'hvh'`, or `'vhv'`",
516+
],
514517
fitbounds=["str (default `False`).", "One of `False`, `locations` or `geojson`."],
515518
basemap_visible=["bool", "Force the basemap visibility."],
516519
scope=[

0 commit comments

Comments
 (0)