Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DOC: expand use of fun tag #29759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions 7 galleries/examples/animation/rain.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@ def update(frame_number):
# Construct the animation, using the update function as the animation director.
animation = FuncAnimation(fig, update, interval=10, save_count=100)
plt.show()

# %%
# .. tags::
#
# component: animation
# plot-type: scatter
# purpose: fun
7 changes: 7 additions & 0 deletions 7 galleries/examples/animation/unchained.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,10 @@ def update(*args):
# Construct the animation, using the update function as the animation director.
anim = animation.FuncAnimation(fig, update, interval=10, save_count=100)
plt.show()

# %%
# .. tags::
#
# component: animation
# plot-type: line
# purpose: fun
7 changes: 7 additions & 0 deletions 7 galleries/examples/event_handling/pong_sgskip.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,10 @@ def start_anim(event):

plt.show()
print('FPS: %f' % (animation.cnt/(time.time() - tstart)))

#
# %%
# .. tags::
#
# interactivity: event-handling
# purpose: fun
6 changes: 6 additions & 0 deletions 6 galleries/examples/images_contours_and_fields/barcode_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@
#
# - `matplotlib.axes.Axes.imshow` / `matplotlib.pyplot.imshow`
# - `matplotlib.figure.Figure.add_axes`
#
# .. tags::
#
# component: axes
# plot-type: imshow
# purpose: fun
6 changes: 6 additions & 0 deletions 6 galleries/examples/shapes_and_collections/dolphin.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,9 @@
# - `matplotlib.transforms`
# - `matplotlib.transforms.Affine2D`
# - `matplotlib.transforms.Affine2D.rotate_deg`
#
# .. tags::
#
# component: patch
# styling: shape
# purpose: fun
6 changes: 6 additions & 0 deletions 6 galleries/examples/shapes_and_collections/donut.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ def make_circle(r):
# - `matplotlib.axes.Axes.set_xlim`
# - `matplotlib.axes.Axes.set_ylim`
# - `matplotlib.axes.Axes.set_title`
#
# .. tags::
#
# component: patch
# styling: shape
# purpose: fun
8 changes: 8 additions & 0 deletions 8 galleries/examples/showcase/xkcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,11 @@
ha='center')

plt.show()

#
# %%
# .. tags::
#
# plot-type: line
# plot-type: bar
# purpose: fun
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.