From 51326f650a267b611aa7621db3b86109da25771e Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sat, 25 Jul 2020 10:40:59 +0100 Subject: [PATCH] Fix link to get_offsets in hexbin doc --- lib/matplotlib/axes/_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 40cd2aefa911..eef0fb1c4997 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -4602,7 +4602,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None, `~matplotlib.collections.PolyCollection` A `.PolyCollection` defining the hexagonal bins. - - `.PolyCollection.get_offset` contains a Mx2 array containing + - `.PolyCollection.get_offsets` contains a Mx2 array containing the x, y positions of the M hexagon centers. - `.PolyCollection.get_array` contains the values of the M hexagons.