8000 DOC: remove typo in cumulative hist demo doc · matplotlib/matplotlib@7c7d1c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c7d1c7

Browse files
authored
DOC: remove typo in cumulative hist demo doc
1 parent 1da445b commit 7c7d1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/statistics/histogram_demo_cumulative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
Since we're showing a normalized and cumulative histogram, these curves
2121
are effectively the cumulative distribution functions (CDFs) of the
22-
samples. In engineering, empirical CDFs where are sometimes called
22+
samples. In engineering, empirical CDFs are sometimes called
2323
"non-exceedance" curves. In other words, you can look at the
2424
y-value for a given-x-value to get the probability of and observation
2525
from the sample not exceeding that x-value. For example, the value of

0 commit comments

Comments
 (0)
0