Skip to content

Commit b6acbce

Browse files
committed
DOC: consolidate tags
1 parent 0e7829b commit b6acbce

17 files changed

+18
-18
lines changed

galleries/examples/animation/animated_histogram.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ def animate(frame_number, bar_container):
5656
plt.show()
5757

5858
# %%
59-
# .. tags:: plot-type: histogram, animation
59+
# .. tags:: plot-type: histogram, component: animation

galleries/examples/animation/bayes_update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ def __call__(self, i):
7171
plt.show()
7272

7373
# %%
74-
# .. tags:: animation, plot-type: line
74+
# .. tags:: component: animation, plot-type: line

galleries/examples/animation/dynamic_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def f(x, y):
4848
plt.show()
4949

5050
# %%
51-
# .. tags:: animation
51+
# .. tags:: component: animation

galleries/examples/animation/multiple_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def animate(i):
8181
# - `matplotlib.patches.ConnectionPatch`
8282
# - `matplotlib.animation.FuncAnimation`
8383
#
84-
# .. tags:: component: axes, animation
84+
# .. tags:: component: axes, component: animation

galleries/examples/animation/random_walk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ def update_lines(num, walks, lines):
5252
plt.show()
5353

5454
# %%
55-
# .. tags:: animation, plot-type: 3D
55+
# .. tags:: component: animation, plot-type: 3D

galleries/examples/event_handling/resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ def update(self, ax):
8888
plt.show()
8989

9090
# %%
91-
# .. tags:: interactivity: zoom, event-handling
91+
# .. tags:: interactivity: zoom, interactivity: event-handling

galleries/examples/lines_bars_and_markers/bar_colors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
# .. tags::
3030
#
3131
# styling: color
32-
# plot-style: bar
32+
# plot-type: bar
3333
# level: beginner

galleries/examples/lines_bars_and_markers/hat_graph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ def label_bars(heights, rects):
8181
#
8282
# .. tags::
8383
#
84-
# component: annotate
84+
# component: annotation
8585
# plot-type: bar
8686
# level: beginner

galleries/examples/lines_bars_and_markers/line_demo_dash_control.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
# .. tags::
5353
#
5454
# styling: linestyle
55-
# plot-style: line
55+
# plot-type: line
5656
# level: beginner

galleries/examples/lines_bars_and_markers/scatter_demo2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
# component: marker
4242
# styling: color
4343
# styling: colormap
44-
# plot-style: scatter
44+
# plot-type: scatter
4545
# level: beginner

galleries/examples/lines_bars_and_markers/simple_plot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
#
3737
# .. tags::
3838
#
39-
# plot-style: line
39+
# plot-type: line
4040
# level: beginner

galleries/examples/lines_bars_and_markers/span_regions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
# .. tags::
3434
#
3535
# styling: conditional
36-
# plot-style: fill_between
36+
# plot-type: fill_between
3737
# level: beginner

galleries/examples/lines_bars_and_markers/timeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ def is_feature(release):
131131
#
132132
# .. tags::
133133
#
134-
# component: annotate
134+
# component: annotation
135135
# plot-type: line
136136
# level: intermediate

galleries/examples/mplot3d/stem3d_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252

5353
# %%
5454
# .. tags::
55-
# plot-type: 3D, plot-type: speciality,
55+
# plot-type: 3D, plot-type: specialty,
5656
# level: beginner

galleries/examples/pie_and_polar_charts/polar_scatter.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
#
7171
# .. tags::
7272
#
73-
# plot-style: polar
74-
# plot-style: scatter
73+
# plot-type: polar
74+
# plot-type: scatter
7575
# level: beginner

galleries/examples/statistics/bxp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
# %%
6666
#
67-
# .. tags:: plot-type: speciality, domain: statistics
67+
# .. tags:: plot-type: specialty, domain: statistics
6868
#
6969
# .. admonition:: References
7070
#

galleries/examples/statistics/confidence_ellipse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def get_correlated_dataset(n, dependency, mu, scale):
219219
#
220220
# .. tags::
221221
#
222-
# plot-type: speciality
222+
# plot-type: specialty
223223
# plot-type: scatter
224224
# component: ellipse
225225
# component: patch

0 commit comments

Comments
 (0)