|
12 | 12 | UNSORTED = "unsorted" |
13 | 13 |
|
14 | 14 | examples_order = [ |
| 15 | + # plotting data |
15 | 16 | '../galleries/examples/lines_bars_and_markers', |
16 | 17 | '../galleries/examples/images_contours_and_fields', |
17 | | - '../galleries/examples/subplots_axes_and_figures', |
18 | 18 | '../galleries/examples/statistics', |
19 | 19 | '../galleries/examples/pie_and_polar_charts', |
| 20 | + # figure, Axes, subplots |
| 21 | + '../galleries/examples/subplots_axes_and_figures', |
| 22 | + # axis properties |
| 23 | + '../galleries/examples/ticks', |
| 24 | + '../galleries/examples/scales', |
| 25 | + '../galleries/examples/spines', |
| 26 | + # decorations, individual artists |
20 | 27 | '../galleries/examples/text_labels_and_annotations', |
21 | | - '../galleries/examples/color', |
22 | 28 | '../galleries/examples/shapes_and_collections', |
| 29 | + # styling |
| 30 | + '../galleries/examples/color', |
23 | 31 | '../galleries/examples/style_sheets', |
| 32 | + # interfaces / add-ons |
24 | 33 | '../galleries/examples/pyplots', |
| 34 | + '../galleries/examples/mplot3d', |
25 | 35 | '../galleries/examples/axes_grid1', |
26 | 36 | '../galleries/examples/axisartist', |
27 | | - '../galleries/examples/showcase', |
| 37 | + # animation, interactivity |
| 38 | + '../galleries/examples/animation', |
| 39 | + '../galleries/examples/widgets', |
| 40 | + '../galleries/examples/event_handling', |
| 41 | + '../galleries/examples/user_interfaces', |
28 | 42 | UNSORTED, |
29 | | - '../galleries/examples/userdemo', |
| 43 | + '../galleries/examples/misc', |
| 44 | + # nice and special visualizations |
| 45 | + '../galleries/examples/showcase', |
| 46 | + '../galleries/examples/specialty_plots', |
30 | 47 | ] |
31 | 48 |
|
32 | 49 | tutorials_order = [ |
|
0 commit comments