File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ class Axes(_AxesBase):
433
433
alpha : float | None = ...,
434
434
linewidths : float | None = ...,
435
435
edgecolors : Literal ["face" , "none" ] | ColorType = ...,
436
- reduce_C_function : Callable [[np .ndarray ], float ] = ...,
436
+ reduce_C_function : Callable [[np .ndarray | list [ float ] ], float ] = ...,
437
437
mincnt : int | None = ...,
438
438
marginals : bool = ...,
439
439
* ,
Original file line number Diff line number Diff line change @@ -3101,7 +3101,7 @@ def hexbin(
3101
3101
alpha : float | None = None ,
3102
3102
linewidths : float | None = None ,
3103
3103
edgecolors : Literal ["face" , "none" ] | ColorType = "face" ,
3104
- reduce_C_function : Callable [[np .ndarray ], float ] = np .mean ,
3104
+ reduce_C_function : Callable [[np .ndarray | list [ float ] ], float ] = np .mean ,
3105
3105
mincnt : int | None = None ,
3106
3106
marginals : bool = False ,
3107
3107
* ,
You can’t perform that action at this time.
0 commit comments