File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/python/plotly/plotly/express Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 248248 ],
249249 facet_row_spacing = [
250250 "float between 0 and 1" ,
251- "Spacing between facet rows, in paper units. Default is 0.03 or 0.0.7 when facet_col_wrap is used." ,
251+ "Spacing between facet rows, in paper units. Default is 0.03 or 0.07 when facet_col_wrap is used." ,
252252 ],
253253 facet_col_spacing = [
254254 "float between 0 and 1" ,
433433 "str" ,
434434 "One of `'auto'`, `'svg'` or `'webgl'`, default `'auto'`" ,
435435 "Controls the browser API used to draw marks." ,
436- "`'svg`' is appropriate for figures of less than 1000 data points, and will allow for fully-vectorized output." ,
436+ "`'svg'` is appropriate for figures of less than 1000 data points, and will allow for fully-vectorized output." ,
437437 "`'webgl'` is likely necessary for acceptable performance above 1000 points but rasterizes part of the output. " ,
438438 "`'auto'` uses heuristics to choose the mode." ,
439439 ],
You can’t perform that action at this time.
0 commit comments