From 450daa4a2fccc85d3f5cc193098ddb13d295cd8f Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Fri, 5 Jun 2026 08:02:52 +0200 Subject: [PATCH] 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