Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville committed Dec 19, 2024
1 parent b8a512a commit 857a488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/plotly-express/docs/histogram.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ hist_8_bins = dx.histogram(setosa, x="SepalLength", nbins=8)

### Bin and aggregate on different columns

If both `x` and `y` are specified, the histogram will be binned across one column and aggregated on the other.
If the plot orientation is vertical (`"v"`), the `x` column is binned and the `y` column is aggregated. The operations are flipped if the plot orientation is horizontal.


```python order=hist_v,hist_h,hist_avg,iris
import deephaven.plot.express as dx
Expand Down

0 comments on commit 857a488

Please sign in to comment.