Skip to content

Commit 0c6cd63

Browse files
author
Kerybas
authored
fix typo
1 parent 282e610 commit 0c6cd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/histograms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jupyter:
4040
In statistics, a [histogram](https://en.wikipedia.org/wiki/Histogram) is representation of the distribution of numerical data, where the data are binned and the count for each bin is represented. More generally, in Plotly a histogram is an aggregated bar chart, with several possible aggregation functions (e.g. sum, average, count...) which can be used to visualize data on categorical and date axes as well as linear axes.
4141

4242

43-
Alternatives to violin plots for visualizing distributions include [violin plots](https://plotly.com/python/violin/), [box plots](https://plotly.com/python/box-plots/), [ECDF plots](https://plotly.com/python/ecdf-plots/) and [strip charts](https://plotly.com/python/strip-charts/).
43+
Alternatives to histogram plots for visualizing distributions include [violin plots](https://plotly.com/python/violin/), [box plots](https://plotly.com/python/box-plots/), [ECDF plots](https://plotly.com/python/ecdf-plots/) and [strip charts](https://plotly.com/python/strip-charts/).
4444

4545
> If you're looking instead for bar charts, i.e. representing *raw, unaggregated* data with rectangular
4646
bar, go to the [Bar Chart tutorial](/python/bar-charts/).

0 commit comments

Comments
 (0)