From d341c4b8220484830997912360eb4f03ae95c317 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Wed, 22 Mar 2023 14:21:35 +0100 Subject: [PATCH] Backport PR #25508: DOC: Fix thumbnail title for sphinx gallery --- examples/axes_grid1/demo_colorbar_with_axes_divider.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/axes_grid1/demo_colorbar_with_axes_divider.py b/examples/axes_grid1/demo_colorbar_with_axes_divider.py index 920db5703b98..e81d68b08246 100644 --- a/examples/axes_grid1/demo_colorbar_with_axes_divider.py +++ b/examples/axes_grid1/demo_colorbar_with_axes_divider.py @@ -1,7 +1,7 @@ """ -============================ -Colorbar with `.AxesDivider` -============================ +========================= +Colorbar with AxesDivider +========================= The `.axes_divider.make_axes_locatable` function takes an existing axes, adds it to a new `.AxesDivider` and returns the `.AxesDivider`. The `.append_axes`