Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 390e146

Browse files
authored
Merge pull request #27567 from story645/tags-sprint
DOC: batch of tags
2 parents b8540b4 + 30eb07e commit 390e146

File tree

8 files changed

+27
-3
lines changed

8 files changed

+27
-3
lines changed

galleries/examples/animation/bayes_update.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ def __call__(self, i):
6969
ud = UpdateDist(ax, prob=0.7)
7070
anim = FuncAnimation(fig, ud, init_func=ud.start, frames=100, interval=100, blit=True)
7171
plt.show()
72+
73+
# %%
74+
# .. tags:: animation, plot-type: line

galleries/examples/animation/dynamic_image.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ def f(x, y):
4646
# ani.save("movie.mp4", writer=writer)
4747

4848
plt.show()
49+
50+
# %%
51+
# .. tags:: animation

galleries/examples/animation/random_walk.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ def update_lines(num, walks, lines):
5050
fig, update_lines, num_steps, fargs=(walks, lines), interval=100)
5151

5252
plt.show()
53+
54+
# %%
55+
# .. tags:: animation, plot-type: 3D

galleries/examples/animation/strip_chart.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ def emitter(p=0.1):
6767
blit=True, save_count=100)
6868

6969
plt.show()
70+
71+
# ..tags:: animation, plot-type: line

galleries/examples/lines_bars_and_markers/multivariate_marker_plot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
# .. tags::
5151
#
5252
# component: marker
53-
# styling: color
53+
# styling: color,
54+
# styling: shape
5455
# level: beginner
5556
# purpose: fun

galleries/examples/subplots_axes_and_figures/geo_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@
4545
# .. tags::
4646
#
4747
# plot-type: specialty
48+
# component: projection
4849
# domain: cartography

galleries/examples/subplots_axes_and_figures/subplots_demo.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,10 @@
213213
# %%
214214
# .. tags::
215215
#
216-
# component: subplot
217-
# plot-type: line
216+
# component: subplot,
217+
# component: axes,
218+
# component: axis
219+
# plot-type: line,
218220
# plot-type: polar
219221
# level: beginner
220222
# purpose: showcase

galleries/examples/widgets/polygon_selector_simple.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@
3838

3939

4040
# %%
41+
# .. tags::
42+
#
43+
# component: axes,
44+
# styling: position,
45+
# plot-type: line,
46+
# level: intermediate,
47+
# domain: cartography,
48+
# domain: geometry,
49+
# domain: statistics,
4150
#
4251
# .. admonition:: References
4352
#

0 commit comments

Comments
 (0)