Skip to content

Commit 8b4eb2f

Browse files
committed
DOC: reorder subplots, axes, and figures examples
1 parent 979c178 commit 8b4eb2f

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Explicit example order. See https://matplotlib.org/devdocs/devel/document.html#order-examples
2+
3+
# subplots
4+
subplot
5+
subplots_demo
6+
axes_demo
7+
gridspec_customization
8+
gridspec_multicolumn
9+
gridspec_nested
10+
gridspec_and_subplots
11+
subplot2grid
12+
demo_constrained_layout
13+
demo_tight_layout
14+
subplots_adjust
15+
auto_subplots_adjust
16+
ganged_plots
17+
18+
axes_margins
19+
axes_box_aspect
20+
axis_equal_demo
21+
22+
# figure
23+
multiple_figs_demo
24+
figure_size_units
25+
subfigures
26+
custom_figure_class
27+
28+
# shared, twined, and secondary axes
29+
shared_axis_demo
30+
invert_axes
31+
two_scales
32+
fahrenheit_celsius_scales
33+
multiple_yaxis_with_spines
34+
twin_axes_zorder
35+
secondary_axis
36+
37+
# titles and labels
38+
align_labels_demo
39+
axis_labels_demo
40+
axes_props
41+
figure_title
42+
43+
# other
44+
axes_zoom_effect
45+
zoom_inset_axes
46+
broken_axis
47+
geo_demo
48+
axhspan_demo

0 commit comments

Comments
 (0)