Skip to content

Commit af3c8f7

Browse files
committed
dedupe some names
1 parent b3b44b1 commit af3c8f7

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

doc/sphinxext/gallery_order.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ def __call__(self, item):
6868

6969
# **Plot Types
7070
# Basic
71-
"plot", "scatter", "bar", "stem", "step", "pie", "fill_between",
71+
"plot", "scatter_plot", "bar", "stem", "step", "pie", "fill_between",
7272
# Arrays
7373
"imshow", "pcolormesh", "contourf", "quiver", "streamplot",
7474
# Stats
75-
"hist", "boxplot", "errorbar", "violin", "barbs", "eventplot",
76-
"hist2d", "hexbin",
75+
"hist_plot", "boxplot_plot", "errorbar_plot", "violin",
76+
"barbs", "eventplot", "hist2d", "hexbin",
7777
# Unstructured
7878
"tricontour", "tripcolor", "triplot",
7979
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)