Skip to content

Commit 168398e

Browse files
Merge pull request #1678 from thatneat/patch-1
spelling: visulizing -> visualizing
2 parents 2e7c0ff + 15ab5e3 commit 168398e

File tree

1 file changed

+3
-3
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+3
-3
lines changed

Diff for: packages/python/plotly/plotly/express/_doc.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,15 @@
228228
],
229229
marginal=[
230230
"(string, one of `'rug'`, `'box'`, `'violin'`, `'histogram'`)",
231-
"If set, a subplot is drawn alongside the main plot, visulizing the distribution.",
231+
"If set, a subplot is drawn alongside the main plot, visualizing the distribution.",
232232
],
233233
marginal_x=[
234234
"(string, one of `'rug'`, `'box'`, `'violin'`, `'histogram'`)",
235-
"If set, a horizontal subplot is drawn above the main plot, visulizing the x-distribution.",
235+
"If set, a horizontal subplot is drawn above the main plot, visualizing the x-distribution.",
236236
],
237237
marginal_y=[
238238
"(string, one of `'rug'`, `'box'`, `'violin'`, `'histogram'`)",
239-
"If set, a vertical subplot is drawn to the right of the main plot, visulizing the y-distribution.",
239+
"If set, a vertical subplot is drawn to the right of the main plot, visualizing the y-distribution.",
240240
],
241241
trendline=[
242242
"(string, one of `'ols'` or `'lowess'`, default `None`)",

0 commit comments

Comments
 (0)