From 3a05f810e71b519eaeb9f7b88e067b639442bc71 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 18 Aug 2023 04:34:59 -0400 Subject: [PATCH] Backport PR #26514: Clarify interaction between params of get_path_collection_extents. --- lib/matplotlib/path.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/matplotlib/path.py b/lib/matplotlib/path.py index a687db923c3c..e72eb1a9ca73 100644 --- a/lib/matplotlib/path.py +++ b/lib/matplotlib/path.py @@ -1063,6 +1063,7 @@ def get_path_collection_extents( Global transformation applied to all paths. paths : list of `Path` transforms : list of `~matplotlib.transforms.Affine2DBase` + If non-empty, this overrides *master_transform*. offsets : (N, 2) array-like offset_transform : `~matplotlib.transforms.Affine2DBase` Transform applied to the offsets before offsetting the path.