From 80bae6fb0941af99c23951ca87b5f79c54be9495 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Fri, 5 Jun 2026 10:44:17 +0200 Subject: [PATCH] DOC: reorder lines, bars, and markers examples --- .../lines_bars_and_markers/gallery_order.txt | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 galleries/examples/lines_bars_and_markers/gallery_order.txt diff --git a/galleries/examples/lines_bars_and_markers/gallery_order.txt b/galleries/examples/lines_bars_and_markers/gallery_order.txt new file mode 100644 index 000000000000..1e108847e868 --- /dev/null +++ b/galleries/examples/lines_bars_and_markers/gallery_order.txt @@ -0,0 +1,59 @@ +# Explicit example order. See https://matplotlib.org/devdocs/devel/document.html#order-examples + +# lines +simple_plot +linestyles +line_demo_dash_control +markevery_demo +joinstyle +capstyle +marker_reference +axline +multicolored_line +lines_with_ticks_demo + +# bars +barchart +bar_label_demo +bar_stacked +bar_colors +hat_graph +gradient_bar +barh +horizontal_barchart_distribution +broken_barh + +# scatter +scatter_demo2 +multivariate_marker_plot +scatter_star_poly +scatter_with_legend +scatter_masked +scatter_hist + +# step and stairs +stairs_demo +step_demo + +# filled +fill +fill_between_alpha +fill_between_demo +fill_betweenx_demo +stackplot_demo + +# sticks +eventcollection_demo +eventplot_demo +timeline +vline_hline_demo +span_regions +stem_plot + +# other +errorbar_limits_simple +errorbar_subsample +categorical_variables +masked_demo +curve_error_band +spectrum_demo