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

Skip to content

Commit e3dc7b7

Browse files
committed
typing: add Axis.val_in_range to axis.pyi
1 parent 926c259 commit e3dc7b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/axis.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ class Axis(martist.Artist):
144144
def limit_range_for_scale(
145145
self, vmin: float, vmax: float
146146
) -> tuple[float, float]: ...
147+
def val_in_range(self, val: ArrayLike) -> bool | np.ndarray: ...
147148
def get_children(self) -> list[martist.Artist]: ...
148149
# TODO units
149150
converter: Any

0 commit comments

Comments
 (0)