From b6acbce87af277e0777abd8fd6b3c69cb76e0adc Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Fri, 14 Mar 2025 20:14:37 +0000 Subject: [PATCH] DOC: consolidate tags --- galleries/examples/animation/animated_histogram.py | 2 +- galleries/examples/animation/bayes_update.py | 2 +- galleries/examples/animation/dynamic_image.py | 2 +- galleries/examples/animation/multiple_axes.py | 2 +- galleries/examples/animation/random_walk.py | 2 +- galleries/examples/event_handling/resample.py | 2 +- galleries/examples/lines_bars_and_markers/bar_colors.py | 2 +- galleries/examples/lines_bars_and_markers/hat_graph.py | 2 +- .../examples/lines_bars_and_markers/line_demo_dash_control.py | 2 +- galleries/examples/lines_bars_and_markers/scatter_demo2.py | 2 +- galleries/examples/lines_bars_and_markers/simple_plot.py | 2 +- galleries/examples/lines_bars_and_markers/span_regions.py | 2 +- galleries/examples/lines_bars_and_markers/timeline.py | 2 +- galleries/examples/mplot3d/stem3d_demo.py | 2 +- galleries/examples/pie_and_polar_charts/polar_scatter.py | 4 ++-- galleries/examples/statistics/bxp.py | 2 +- galleries/examples/statistics/confidence_ellipse.py | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/galleries/examples/animation/animated_histogram.py b/galleries/examples/animation/animated_histogram.py index b040cc3c3442..ad9f871f5cbc 100644 --- a/galleries/examples/animation/animated_histogram.py +++ b/galleries/examples/animation/animated_histogram.py @@ -56,4 +56,4 @@ def animate(frame_number, bar_container): plt.show() # %% -# .. tags:: plot-type: histogram, animation +# .. tags:: plot-type: histogram, component: animation diff --git a/galleries/examples/animation/bayes_update.py b/galleries/examples/animation/bayes_update.py index 6d36bd1e6149..b2ea27cee275 100644 --- a/galleries/examples/animation/bayes_update.py +++ b/galleries/examples/animation/bayes_update.py @@ -71,4 +71,4 @@ def __call__(self, i): plt.show() # %% -# .. tags:: animation, plot-type: line +# .. tags:: component: animation, plot-type: line diff --git a/galleries/examples/animation/dynamic_image.py b/galleries/examples/animation/dynamic_image.py index 221f6f08d0c8..908a7517865d 100644 --- a/galleries/examples/animation/dynamic_image.py +++ b/galleries/examples/animation/dynamic_image.py @@ -48,4 +48,4 @@ def f(x, y): plt.show() # %% -# .. tags:: animation +# .. tags:: component: animation diff --git a/galleries/examples/animation/multiple_axes.py b/galleries/examples/animation/multiple_axes.py index b0bac3a5f6bc..ce6b811b9e3e 100644 --- a/galleries/examples/animation/multiple_axes.py +++ b/galleries/examples/animation/multiple_axes.py @@ -81,4 +81,4 @@ def animate(i): # - `matplotlib.patches.ConnectionPatch` # - `matplotlib.animation.FuncAnimation` # -# .. tags:: component: axes, animation +# .. tags:: component: axes, component: animation diff --git a/galleries/examples/animation/random_walk.py b/galleries/examples/animation/random_walk.py index 9dd4383fd548..e1b3481d0378 100644 --- a/galleries/examples/animation/random_walk.py +++ b/galleries/examples/animation/random_walk.py @@ -52,4 +52,4 @@ def update_lines(num, walks, lines): plt.show() # %% -# .. tags:: animation, plot-type: 3D +# .. tags:: component: animation, plot-type: 3D diff --git a/galleries/examples/event_handling/resample.py b/galleries/examples/event_handling/resample.py index f4209ddc6334..a573552e800e 100644 --- a/galleries/examples/event_handling/resample.py +++ b/galleries/examples/event_handling/resample.py @@ -88,4 +88,4 @@ def update(self, ax): plt.show() # %% -# .. tags:: interactivity: zoom, event-handling +# .. tags:: interactivity: zoom, interactivity: event-handling diff --git a/galleries/examples/lines_bars_and_markers/bar_colors.py b/galleries/examples/lines_bars_and_markers/bar_colors.py index 1692c222957d..18af2b3ee9a7 100644 --- a/galleries/examples/lines_bars_and_markers/bar_colors.py +++ b/galleries/examples/lines_bars_and_markers/bar_colors.py @@ -29,5 +29,5 @@ # .. tags:: # # styling: color -# plot-style: bar +# plot-type: bar # level: beginner diff --git a/galleries/examples/lines_bars_and_markers/hat_graph.py b/galleries/examples/lines_bars_and_markers/hat_graph.py index 0f6d934f1cb1..0fb611bc9262 100644 --- a/galleries/examples/lines_bars_and_markers/hat_graph.py +++ b/galleries/examples/lines_bars_and_markers/hat_graph.py @@ -81,6 +81,6 @@ def label_bars(heights, rects): # # .. tags:: # -# component: annotate +# component: annotation # plot-type: bar # level: beginner diff --git a/galleries/examples/lines_bars_and_markers/line_demo_dash_control.py b/galleries/examples/lines_bars_and_markers/line_demo_dash_control.py index 3b3880794d3d..3b12cf0aa5b7 100644 --- a/galleries/examples/lines_bars_and_markers/line_demo_dash_control.py +++ b/galleries/examples/lines_bars_and_markers/line_demo_dash_control.py @@ -52,5 +52,5 @@ # .. tags:: # # styling: linestyle -# plot-style: line +# plot-type: line # level: beginner diff --git a/galleries/examples/lines_bars_and_markers/scatter_demo2.py b/galleries/examples/lines_bars_and_markers/scatter_demo2.py index 49ee2ae5aae6..f22c7239d250 100644 --- a/galleries/examples/lines_bars_and_markers/scatter_demo2.py +++ b/galleries/examples/lines_bars_and_markers/scatter_demo2.py @@ -41,5 +41,5 @@ # component: marker # styling: color # styling: colormap -# plot-style: scatter +# plot-type: scatter # level: beginner diff --git a/galleries/examples/lines_bars_and_markers/simple_plot.py b/galleries/examples/lines_bars_and_markers/simple_plot.py index bcac888b8c4a..8f4324b0fc8d 100644 --- a/galleries/examples/lines_bars_and_markers/simple_plot.py +++ b/galleries/examples/lines_bars_and_markers/simple_plot.py @@ -36,5 +36,5 @@ # # .. tags:: # -# plot-style: line +# plot-type: line # level: beginner diff --git a/galleries/examples/lines_bars_and_markers/span_regions.py b/galleries/examples/lines_bars_and_markers/span_regions.py index 8128bd3b865b..ab9d6c8897dc 100644 --- a/galleries/examples/lines_bars_and_markers/span_regions.py +++ b/galleries/examples/lines_bars_and_markers/span_regions.py @@ -33,5 +33,5 @@ # .. tags:: # # styling: conditional -# plot-style: fill_between +# plot-type: fill_between # level: beginner diff --git a/galleries/examples/lines_bars_and_markers/timeline.py b/galleries/examples/lines_bars_and_markers/timeline.py index 55f90d5103d2..07aec891dfaf 100644 --- a/galleries/examples/lines_bars_and_markers/timeline.py +++ b/galleries/examples/lines_bars_and_markers/timeline.py @@ -131,6 +131,6 @@ def is_feature(release): # # .. tags:: # -# component: annotate +# component: annotation # plot-type: line # level: intermediate diff --git a/galleries/examples/mplot3d/stem3d_demo.py b/galleries/examples/mplot3d/stem3d_demo.py index 6e45e7e75c72..82b45ff19068 100644 --- a/galleries/examples/mplot3d/stem3d_demo.py +++ b/galleries/examples/mplot3d/stem3d_demo.py @@ -52,5 +52,5 @@ # %% # .. tags:: -# plot-type: 3D, plot-type: speciality, +# plot-type: 3D, plot-type: specialty, # level: beginner diff --git a/galleries/examples/pie_and_polar_charts/polar_scatter.py b/galleries/examples/pie_and_polar_charts/polar_scatter.py index af7dff04f195..e3e4c4a87b1e 100644 --- a/galleries/examples/pie_and_polar_charts/polar_scatter.py +++ b/galleries/examples/pie_and_polar_charts/polar_scatter.py @@ -70,6 +70,6 @@ # # .. tags:: # -# plot-style: polar -# plot-style: scatter +# plot-type: polar +# plot-type: scatter # level: beginner diff --git a/galleries/examples/statistics/bxp.py b/galleries/examples/statistics/bxp.py index 3ddd164df742..763608bf0273 100644 --- a/galleries/examples/statistics/bxp.py +++ b/galleries/examples/statistics/bxp.py @@ -64,7 +64,7 @@ # %% # -# .. tags:: plot-type: speciality, domain: statistics +# .. tags:: plot-type: specialty, domain: statistics # # .. admonition:: References # diff --git a/galleries/examples/statistics/confidence_ellipse.py b/galleries/examples/statistics/confidence_ellipse.py index 4ac0917f4bda..965a6ee75b0f 100644 --- a/galleries/examples/statistics/confidence_ellipse.py +++ b/galleries/examples/statistics/confidence_ellipse.py @@ -219,7 +219,7 @@ def get_correlated_dataset(n, dependency, mu, scale): # # .. tags:: # -# plot-type: speciality +# plot-type: specialty # plot-type: scatter # component: ellipse # component: patch
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: