From a5118fed5f0a9467b906c00a1aa7a8237d5fde71 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Thu, 28 May 2026 11:58:23 +0200 Subject: [PATCH] DOC: Move engineering formatter example from Text to Ticks Ticks is the suitable category because this is about Ticks and their Formatters not about text styling. --- .../engineering_formatter.py | 2 ++ 1 file changed, 2 insertions(+) rename galleries/examples/{text_labels_and_annotations => ticks}/engineering_formatter.py (94%) diff --git a/galleries/examples/text_labels_and_annotations/engineering_formatter.py b/galleries/examples/ticks/engineering_formatter.py similarity index 94% rename from galleries/examples/text_labels_and_annotations/engineering_formatter.py rename to galleries/examples/ticks/engineering_formatter.py index 372297a81d57..92291bd1cefc 100644 --- a/galleries/examples/text_labels_and_annotations/engineering_formatter.py +++ b/galleries/examples/ticks/engineering_formatter.py @@ -4,6 +4,8 @@ ======================================= Use of the engineering Formatter. + +.. redirect-from:: /gallery/text_labels_and_annotations/engineering_formatter """ import matplotlib.pyplot as plt