Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6bd7218

Browse files
authored
Merge pull request #18064 from meeseeksmachine/auto-backport-of-pr-18055-on-v3.3.0-doc
Backport PR #18055 on branch v3.3.0-doc (Fix link to get_offsets in hexbin doc)
2 parents d8f61d8 + cc9c9ab commit 6bd7218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4597,7 +4597,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
45974597
`~matplotlib.collections.PolyCollection`
45984598
A `.PolyCollection` defining the hexagonal bins.
45994599
4600-
- `.PolyCollection.get_offset` contains a Mx2 array containing
4600+
- `.PolyCollection.get_offsets` contains a Mx2 array containing
46014601
the x, y positions of the M hexagon centers.
46024602
- `.PolyCollection.get_array` contains the values of the M
46034603
hexagons.

0 commit comments

Comments
 (0)