Skip to content

Commit 450daa4

Browse files
committed
DOC: reorder statistics examples
1 parent 979c178 commit 450daa4

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Explicit example order. See https://matplotlib.org/devdocs/devel/document.html#order-examples
2+
3+
# errorbars
4+
errorbar
5+
errorbar_features
6+
errorbar_limits
7+
errorbars_and_boxes
8+
confidence_ellipse
9+
10+
# histograms
11+
hist
12+
histogram_histtypes
13+
histogram_normalization
14+
histogram_multihist
15+
multiple_histograms_side_by_side
16+
histogram_bihistogram
17+
histogram_cumulative
18+
hexbin_demo
19+
time_series_histogram
20+
21+
# boxplots
22+
boxplot_demo
23+
boxplot
24+
boxplot_color
25+
bxp
26+
boxplot_vs_violin
27+
28+
# violinplots
29+
violinplot
30+
customized_violin
31+
32+
# signal processing
33+
xcorr_acorr_demo
34+
psd_demo
35+
csd_demo
36+
cohere

0 commit comments

Comments
 (0)