From 210eac4e5962bb7be5250a49ee20586cdda7fab3 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Tue, 7 Jun 2022 13:42:18 +0200 Subject: [PATCH] DOC: link the trasnforms tutorial from the module --- lib/matplotlib/transforms.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/matplotlib/transforms.py b/lib/matplotlib/transforms.py index 2a0b63c07144..1471d4fe672d 100644 --- a/lib/matplotlib/transforms.py +++ b/lib/matplotlib/transforms.py @@ -27,6 +27,9 @@ The backends are not expected to handle non-affine transformations themselves. + +See the tutorial :doc:`/tutorials/advanced/transforms_tutorial` for examples +of how to use transforms. """ # Note: There are a number of places in the code where we use `np.min` or