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):
433433 alpha : float | None = ...,
434434 linewidths : float | None = ...,
435435 edgecolors : Literal ["face" , "none" ] | ColorType = ...,
436- reduce_C_function : Callable [[np .ndarray ], float ] = ...,
436+ reduce_C_function : Callable [[np .ndarray | list [ float ] ], float ] = ...,
437437 mincnt : int | None = ...,
438438 marginals : bool = ...,
439439 * ,
Original file line number Diff line number Diff line change @@ -3101,7 +3101,7 @@ def hexbin(
31013101 alpha : float | None = None ,
31023102 linewidths : float | None = None ,
31033103 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 ,
31053105 mincnt : int | None = None ,
31063106 marginals : bool = False ,
31073107 * ,
You can’t perform that action at this time.
0 commit comments