Skip to content

Commit 7ab23fe

Browse files
authored
Merge pull request matplotlib#31845 from meeseeksmachine/auto-backport-of-pr-31835-on-v3.11.x
Backport PR matplotlib#31835 on branch v3.11.x (DOC: reorder lines, bars, and markers examples)
2 parents ad16c6a + 714eb81 commit 7ab23fe

1 file changed

Lines changed: 59 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Explicit example order. See https://matplotlib.org/devdocs/devel/document.html#order-examples
2+
3+
# lines
4+
simple_plot
5+
linestyles
6+
line_demo_dash_control
7+
markevery_demo
8+
joinstyle
9+
capstyle
10+
marker_reference
11+
axline
12+
multicolored_line
13+
lines_with_ticks_demo
14+
15+
# bars
16+
barchart
17+
bar_label_demo
18+
bar_stacked
19+
bar_colors
20+
hat_graph
21+
gradient_bar
22+
barh
23+
horizontal_barchart_distribution
24+
broken_barh
25+
26+
# scatter
27+
scatter_demo2
28+
multivariate_marker_plot
29+
scatter_star_poly
30+
scatter_with_legend
31+
scatter_masked
32+
scatter_hist
33+
34+
# step and stairs
35+
stairs_demo
36+
step_demo
37+
38+
# filled
39+
fill
40+
fill_between_alpha
41+
fill_between_demo
42+
fill_betweenx_demo
43+
stackplot_demo
44+
45+
# sticks
46+
eventcollection_demo
47+
eventplot_demo
48+
timeline
49+
vline_hline_demo
50+
span_regions
51+
stem_plot
52+
53+
# other
54+
errorbar_limits_simple
55+
errorbar_subsample
56+
categorical_variables
57+
masked_demo
58+
curve_error_band
59+
spectrum_demo

0 commit comments

Comments
 (0)