From 8b4eb2f54d0ec7f5a2f1194438cbf2e923b596b0 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:36:01 +0200 Subject: [PATCH] DOC: reorder subplots, axes, and figures examples --- .../gallery_order.txt | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 galleries/examples/subplots_axes_and_figures/gallery_order.txt diff --git a/galleries/examples/subplots_axes_and_figures/gallery_order.txt b/galleries/examples/subplots_axes_and_figures/gallery_order.txt new file mode 100644 index 000000000000..5ec9bf1a0d00 --- /dev/null +++ b/galleries/examples/subplots_axes_and_figures/gallery_order.txt @@ -0,0 +1,48 @@ +# Explicit example order. See https://matplotlib.org/devdocs/devel/document.html#order-examples + +# subplots +subplot +subplots_demo +axes_demo +gridspec_customization +gridspec_multicolumn +gridspec_nested +gridspec_and_subplots +subplot2grid +demo_constrained_layout +demo_tight_layout +subplots_adjust +auto_subplots_adjust +ganged_plots + +axes_margins +axes_box_aspect +axis_equal_demo + +# figure +multiple_figs_demo +figure_size_units +subfigures +custom_figure_class + +# shared, twined, and secondary axes +shared_axis_demo +invert_axes +two_scales +fahrenheit_celsius_scales +multiple_yaxis_with_spines +twin_axes_zorder +secondary_axis + +# titles and labels +align_labels_demo +axis_labels_demo +axes_props +figure_title + +# other +axes_zoom_effect +zoom_inset_axes +broken_axis +geo_demo +axhspan_demo