Skip to content

Commit 27f7f40

Browse files
committed
Move plot_types stats/barbs to arrays/barbs and basic/pie to stats/pie
1 parent 7552cdd commit 27f7f40

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/sphinxext/gallery_order.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ def __call__(self, item):
6868

6969
# **Plot Types
7070
# Basic
71-
"plot", "scatter_plot", "bar", "stem", "step", "pie", "fill_between",
71+
"plot", "scatter_plot", "bar", "stem", "step", "fill_between",
7272
# Arrays
73-
"imshow", "pcolormesh", "contour", "contourf", "quiver", "streamplot",
73+
"imshow", "pcolormesh", "contour", "contourf",
74+
"barbs", "quiver", "streamplot",
7475
# Stats
7576
"hist_plot", "boxplot_plot", "errorbar_plot", "violin",
76-
"barbs", "eventplot", "hist2d", "hexbin",
77+
"eventplot", "hist2d", "hexbin", "pie",
7778
# Unstructured
7879
"tricontour", "tricontourf", "tripcolor", "triplot",
7980
]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)