@@ -4111,7 +4111,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
4111
4111
*xscale*: [ 'linear' | 'log' ]
4112
4112
Use a linear or log10 scale on the horizontal axis.
4113
4113
4114
- *scale *: [ 'linear' | 'log' ]
4114
+ *yscale *: [ 'linear' | 'log' ]
4115
4115
Use a linear or log10 scale on the vertical axis.
4116
4116
4117
4117
*mincnt*: [ *None* | a positive integer ]
@@ -4125,7 +4125,12 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
4125
4125
4126
4126
*extent*: [ *None* | scalars (left, right, bottom, top) ]
4127
4127
The limits of the bins. The default assigns the limits
4128
- based on gridsize, x, y, xscale and yscale.
4128
+ based on *gridsize*, *x*, *y*, *xscale* and *yscale*.
4129
+
4130
+ If *xscale* or *yscale* is set to 'log', the limits are
4131
+ expected to be the exponent for a power of 10. E.g. for
4132
+ x-limits of 1 and 50 in 'linear' scale and y-limits
4133
+ of 10 and 1000 in 'log' scale, enter (1, 50, 1, 3).
4129
4134
4130
4135
Other keyword arguments controlling color mapping and normalization
4131
4136
arguments:
0 commit comments