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

Skip to content

Commit 4abd1e4

Browse files
authored
Merge pull request matplotlib#18055 from dstansby/hexbin-doc
Fix link to get_offsets in hexbin doc
2 parents 4b179b9 + 51326f6 commit 4abd1e4

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
@@ -4603,7 +4603,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
46034603
`~matplotlib.collections.PolyCollection`
46044604
A `.PolyCollection` defining the hexagonal bins.
46054605
4606-
- `.PolyCollection.get_offset` contains a Mx2 array containing
4606+
- `.PolyCollection.get_offsets` contains a Mx2 array containing
46074607
the x, y positions of the M hexagon centers.
46084608
- `.PolyCollection.get_array` contains the values of the M
46094609
hexagons.

0 commit comments

Comments
 (0)