Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b5800 commit fb15addCopy full SHA for fb15add
1 file changed
lib/matplotlib/stackplot.py
@@ -26,7 +26,8 @@ def stackplot(axes, x, *args, **kwargs):
26
----------
27
x : 1d array of dimension N
28
29
- y : 2d array of dimension MxN, OR sequence of 1d arrays each of dimension 1xN
+ y : 2d array (dimension MxN), OR sequence of 1d arrays (each dimension 1xN)
30
+
31
The data is assumed to be unstacked. Each of the following
32
calls is legal::
33
0 commit comments