We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dimensions
1 parent fadf8d4 commit 813f1c2Copy full SHA for 813f1c2
packages/python/plotly/plotly/express/_doc.py
@@ -82,8 +82,9 @@
82
"Values from this column or array_like are to be interpreted according to `locationmode` and mapped to longitude/latitude.",
83
],
84
dimensions=[
85
- "list of str",
86
- "Names of columns in `data_frame` to be used in multidimensional visualization.",
+ colref_list_type,
+ colref_list_desc,
87
+ "Values from these columns are used for multidimensional visualization.",
88
89
error_x=[
90
colref_type,
0 commit comments