Skip to content

Commit b6acbce

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

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
lines changed

galleries/examples/animation/animated_histogram.py

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)