We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979c178 commit 450daa4Copy full SHA for 450daa4
1 file changed
galleries/examples/statistics/gallery_order.txt
@@ -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