From 5f370e6859ac4ca929ed53d6e3ca5fc9c0707bca Mon Sep 17 00:00:00 2001 From: Ruth Comer Date: Fri, 14 Mar 2025 16:30:43 +0000 Subject: [PATCH] Consolidate color tags --- galleries/examples/color/individual_colors_from_cmap.py | 2 +- galleries/examples/lines_bars_and_markers/scatter_demo2.py | 3 ++- galleries/examples/statistics/time_series_histogram.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/galleries/examples/color/individual_colors_from_cmap.py b/galleries/examples/color/individual_colors_from_cmap.py index 8d2b41eb02fb..1b0c4382c7d4 100644 --- a/galleries/examples/color/individual_colors_from_cmap.py +++ b/galleries/examples/color/individual_colors_from_cmap.py @@ -68,7 +68,7 @@ # # .. tags:: # -# component: colormap +# styling: colormap # styling: color # plot-type: line # level: intermediate diff --git a/galleries/examples/lines_bars_and_markers/scatter_demo2.py b/galleries/examples/lines_bars_and_markers/scatter_demo2.py index 33e532bb9af9..49ee2ae5aae6 100644 --- a/galleries/examples/lines_bars_and_markers/scatter_demo2.py +++ b/galleries/examples/lines_bars_and_markers/scatter_demo2.py @@ -39,6 +39,7 @@ # .. tags:: # # component: marker -# component: color +# styling: color +# styling: colormap # plot-style: scatter # level: beginner diff --git a/galleries/examples/statistics/time_series_histogram.py b/galleries/examples/statistics/time_series_histogram.py index 6f9a543fb4e5..9caacd7f52c9 100644 --- a/galleries/examples/statistics/time_series_histogram.py +++ b/galleries/examples/statistics/time_series_histogram.py @@ -100,7 +100,7 @@ # plot-type: pcolormesh # purpose: storytelling # styling: color -# component: colormap +# styling: colormap # # .. admonition:: References #