File tree 1 file changed +2
-2
lines changed
packages/python/plotly/plotly/express
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 248
248
],
249
249
facet_row_spacing = [
250
250
"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." ,
252
252
],
253
253
facet_col_spacing = [
254
254
"float between 0 and 1" ,
433
433
"str" ,
434
434
"One of `'auto'`, `'svg'` or `'webgl'`, default `'auto'`" ,
435
435
"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." ,
437
437
"`'webgl'` is likely necessary for acceptable performance above 1000 points but rasterizes part of the output. " ,
438
438
"`'auto'` uses heuristics to choose the mode." ,
439
439
],
You can’t perform that action at this time.
0 commit comments