We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4001477 commit 28c3d00Copy full SHA for 28c3d00
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