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

Skip to content

Commit 7f298e1

Browse files
authored
Merge pull request #17647 from anntzer/unfolddoc
Fix example in docstring of cbook._unfold.
2 parents 4249e18 + 089263f commit 7f298e1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/matplotlib/cbook/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,11 +1958,9 @@ def _unfold(arr, axis, size, step):
19581958
array([[[ 0, 1, 2],
19591959
[ 2, 3, 4],
19601960
[ 4, 5, 6]],
1961-
19621961
[[10, 11, 12],
19631962
[12, 13, 14],
19641963
[14, 15, 16]],
1965-
19661964
[[20, 21, 22],
19671965
[22, 23, 24],
19681966
[24, 25, 26]]])

0 commit comments

Comments
 (0)