Skip to content

Commit b3b44b1

Browse files
committed
Rename and order
1 parent 69327fb commit b3b44b1

28 files changed

+17
-29
lines changed

doc/sphinxext/gallery_order.py

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
'../examples/showcase',
2424
'../tutorials/introductory',
2525
'../tutorials/intermediate',
26-
'../tutorials/advanced']
26+
'../tutorials/advanced',
27+
'../plot_types/basic',
28+
'../plot_types/arrays',
29+
'../plot_types/stats',
30+
'../plot_types/unstructured',
31+
]
2732

2833

2934
class MplExplicitOrder(ExplicitOrder):
@@ -60,6 +65,17 @@ def __call__(self, item):
6065
"color_demo",
6166
# pies
6267
"pie_features", "pie_demo2",
68+
69+
# **Plot Types
70+
# Basic
71+
"plot", "scatter", "bar", "stem", "step", "pie", "fill_between",
72+
# Arrays
73+
"imshow", "pcolormesh", "contourf", "quiver", "streamplot",
74+
# Stats
75+
"hist", "boxplot", "errorbar", "violin", "barbs", "eventplot",
76+
"hist2d", "hexbin",
77+
# Unstructured
78+
"tricontour", "tripcolor", "triplot",
6379
]
6480
explicit_subsection_order = [item + ".py" for item in list_all]
6581

plot_types/A_basic/g_fill_between.py

Lines changed: 0 additions & 28 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)