Skip to content

Commit 3d2d072

Browse files
authored
Merge pull request #26514 from anntzer/gpced
Clarify interaction between params of get_path_collection_extents.
2 parents 835220b + ff16da1 commit 3d2d072

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/path.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ def get_path_collection_extents(
10631063
Global transformation applied to all paths.
10641064
paths : list of `Path`
10651065
transforms : list of `~matplotlib.transforms.Affine2DBase`
1066+
If non-empty, this overrides *master_transform*.
10661067
offsets : (N, 2) array-like
10671068
offset_transform : `~matplotlib.transforms.Affine2DBase`
10681069
Transform applied to the offsets before offsetting the path.

0 commit comments

Comments
 (0)