We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae60ad commit be875beCopy full SHA for be875be
packages/python/plotly/plotly/express/_doc.py
@@ -185,8 +185,9 @@
185
],
186
facet_col_wrap=[
187
"int",
188
- "Wrap the column variable at this width, so that the column facets span multiple rows.",
189
- "Forced to 0 if `facet_row` or a `marginal` is set.",
+ "Maximum number of facet columns.",
+ "Wraps the column variable at this width, so that the column facets span multiple rows.",
190
+ "Ignored if 0, and forced to 0 if `facet_row` or a `marginal` is set.",
191
192
animation_frame=[
193
colref_type,
0 commit comments