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.