Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97def55

Browse filesBrowse files
authored
Merge pull request #4639 from plotly/fix-doc-string
Fix small docstring typos
2 parents 178dbad + 5ccf6d2 commit 97def55
Copy full SHA for 97def55

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
  • packages/python/plotly/plotly/express
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎packages/python/plotly/plotly/express/_doc.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/express/_doc.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
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",
@@ -433,7 +433,7 @@
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
],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.