10000 Consider new plots for gallery ordering · matplotlib/matplotlib@6b149ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 6b149ca

Browse files
committed
Consider new plots for gallery ordering
1 parent 10f5b60 commit 6b149ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sphinxext/gallery_order.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ def __call__(self, item):
7070
# Basic
7171
"plot", "scatter_plot", "bar", "stem", "step", "pie", "fill_between",
7272
# Arrays
73-
"imshow", "pcolormesh", "contourf", "quiver", "streamplot",
73+
"imshow", "pcolormesh", "contour", "contourf", "quiver", "streamplot",
7474
# Stats
7575
"hist_plot", "boxplot_plot", "errorbar_plot", "violin",
7676
"barbs", "eventplot", "hist2d", "hexbin",
7777
# Unstructured
78-
"tricontour", "tripcolor", "triplot",
78+
"tricontour", "tricontourf", "tripcolor", "triplot",
7979
]
8080
explicit_subsection_order = [item + ".py" for item in list_all]
8181

0 commit comments

Comments
 (0)
0