Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ccf6d2

Browse filesBrowse files
authored
Merge branch 'master' into fix-doc-string
2 parents 835c9cb + 178dbad commit 5ccf6d2
Copy full SHA for 5ccf6d2

File tree

2 files changed

+11
-1
lines changed
Filter options

2 files changed

+11
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
</tr>
3232
</table>
3333

34+
<div align="center">
35+
<a href="https://dash.plotly.com/project-maintenance">
36+
<img src="https://dash.plotly.com/assets/images/maintained-by-plotly.png" width="400px" alt="Maintained by Plotly">
37+
</a>
38+
</div>
39+
40+
3441
## Quickstart
3542

3643
`pip install plotly==5.22.0`

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

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/express/_doc.py
+4-1Lines changed: 4 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.