Skip to content

Commit 813f1c2

Browse files
committed
Change dimensions parameter description
1 parent fadf8d4 commit 813f1c2

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@
8282
"Values from this column or array_like are to be interpreted according to `locationmode` and mapped to longitude/latitude.",
8383
],
8484
dimensions=[
85-
"list of str",
86-
"Names of columns in `data_frame` to be used in multidimensional visualization.",
85+
colref_list_type,
86+
colref_list_desc,
87+
"Values from these columns are used for multidimensional visualization.",
8788
],
8889
error_x=[
8990
colref_type,

0 commit comments

Comments
 (0)