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

Skip to content

Commit 189e0a2

Browse files
committed
pyplot autogenerated bits with annotations
1 parent f2b6a6c commit 189e0a2

2 files changed

Lines changed: 135 additions & 207 deletions

File tree

lib/matplotlib/axes/_axes.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Axes(_AxesBase):
7373
def broken_barh(self, xranges: Sequence[tuple[float, float]], yrange: tuple[float, float], **kwargs) -> BrokenBarHCollection: ...
7474

7575
# TODO, expand out kwargs into override
76-
def stem(self, *args: ArrayLike | str, linefmt: str | None = ..., markerfmt: str | None = ..., basefmt: str | None = ..., bottom: float = ..., label: str | None = ..., use_line_collection: Any = ..., orientation: Literal["vertical", "horizontal"]= ...) -> StemContainer: ...
76+
def stem(self, *args: ArrayLike | str, linefmt: str | None = ..., markerfmt: str | None = ..., basefmt: str | None = ..., bottom: float = ..., label: str | None = ..., orientation: Literal["vertical", "horizontal"]= ...) -> StemContainer: ...
7777

7878
# TODO: data kwarg preprocessor?
7979
def pie(self, x: ArrayLike, explode: ArrayLike | None = ..., labels: Sequence[str] | None = ..., colors: Sequence[Color] | None = ..., autopct: str | Callable[[float], str] | None = ..., pctdistance: float = ..., shadow: bool = ..., labeldistance: float = ..., startangle: float = ..., radius: float = ..., counterclock: bool = ..., wedgeprops: dict[str, Any] | None = ..., textprops: dict[str, Any] | None = ..., center: tuple[float, float]=..., frame: bool = ..., rotatelabels: bool = ..., *, normalize: bool = ...): ...

0 commit comments

Comments
 (0)