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

Skip to content

Commit 51326f6

Browse files
committed
Fix link to get_offsets in hexbin doc
1 parent c39ba91 commit 51326f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes/_axes.py

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

0 commit comments

Comments
 (0)