From 6843f812c87dbc1d9865d16475109f4469fffbe1 Mon Sep 17 00:00:00 2001 From: hannah Date: Mon, 10 Mar 2025 14:39:24 -0400 Subject: [PATCH] Backport PR #29726: Add reference tag to Hatch style reference --- .../examples/shapes_and_collections/hatch_style_reference.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/galleries/examples/shapes_and_collections/hatch_style_reference.py b/galleries/examples/shapes_and_collections/hatch_style_reference.py index 724abde051b4..e0409d989e6b 100644 --- a/galleries/examples/shapes_and_collections/hatch_style_reference.py +++ b/galleries/examples/shapes_and_collections/hatch_style_reference.py @@ -62,3 +62,7 @@ def hatches_plot(ax, h): # - `matplotlib.patches.Rectangle` # - `matplotlib.axes.Axes.add_patch` # - `matplotlib.axes.Axes.text` +# +# .. tags:: +# +# purpose: reference