We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bc9b1 commit 5cf6c80Copy full SHA for 5cf6c80
packages/python/plotly/plotly/express/_chart_types.py
@@ -497,7 +497,7 @@ def histogram(
497
y=["If `orientation` is `'v'`, these values are used as inputs to `histfunc`."]
498
+ _wide_mode_xy_append,
499
histfunc=[
500
- "The arguments to this function are the values of `y`(`x`) if `orientation` is `'v'`(`'h'`).",
+ "The arguments to this function are the values of `y` (`x`) if `orientation` is `'v'` (`'h'`).",
501
],
502
),
503
)
0 commit comments