From ddbd8230e85ef70381fe00c77e7ca0bc2518b806 Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Fri, 5 Jun 2026 14:35:59 -0500 Subject: [PATCH] Backport PR #31832: DOC: reorder statistics examples --- .../examples/statistics/gallery_order.txt | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 galleries/examples/statistics/gallery_order.txt diff --git a/galleries/examples/statistics/gallery_order.txt b/galleries/examples/statistics/gallery_order.txt new file mode 100644 index 000000000000..ff63226ba2fb --- /dev/null +++ b/galleries/examples/statistics/gallery_order.txt @@ -0,0 +1,36 @@ +# Explicit example order. See https://matplotlib.org/devdocs/devel/document.html#order-examples + +# errorbars +errorbar +errorbar_features +errorbar_limits +errorbars_and_boxes +confidence_ellipse + +# histograms +hist +histogram_histtypes +histogram_normalization +histogram_multihist +multiple_histograms_side_by_side +histogram_bihistogram +histogram_cumulative +hexbin_demo +time_series_histogram + +# boxplots +boxplot_demo +boxplot +boxplot_color +bxp +boxplot_vs_violin + +# violinplots +violinplot +customized_violin + +# signal processing +xcorr_acorr_demo +psd_demo +csd_demo +cohere