Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc93a33d

Browse files
committed
DOC: fix doc markup
1 parent8b3bfa6 commitc93a33d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎lib/matplotlib/stackplot.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def stackplot(axes, x, *args,
6161
where: bool or array of bool, optional
6262
Passed to `.Axes.fill_between` and defines where to exclude horizontal
6363
regions from being filled. The filled regions are defined by the
64-
coordinates `x[where]`. Can be either a single bool, an array of shape
65-
(N,) or an array of shape (M, N).
66-
Should be used together withkwarg `interpolate=True`.
64+
coordinates ``x[where]``. Can be either a single bool, an array of
65+
shape(N,) or an array of shape (M, N). Should be used together with
66+
kwarg ``interpolate=True``.
6767
6868
**kwargs
6969
All other keyword arguments are passed to `.Axes.fill_between`.
@@ -73,6 +73,7 @@ def stackplot(axes, x, *args,
7373
list of `.PolyCollection`
7474
A list of `.PolyCollection` instances, one for each element in the
7575
stacked area plot.
76+
7677
"""
7778

7879
y=np.row_stack(args)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp