Skip to content

Commit 19a0544

Browse files
clarify docstring
1 parent 43493cb commit 19a0544

File tree

1 file changed

+2
-0
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+2
-0
lines changed

Diff for: packages/python/plotly/plotly/express/_doc.py

+2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@
3939
x_start=[
4040
colref_type,
4141
colref_desc,
42+
"(required)",
4243
"Values from this column or array_like are used to position marks along the x axis in cartesian coordinates.",
4344
],
4445
x_end=[
4546
colref_type,
4647
colref_desc,
48+
"(required)",
4749
"Values from this column or array_like are used to position marks along the x axis in cartesian coordinates.",
4850
],
4951
a=[

0 commit comments

Comments
 (0)