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

Skip to content

Commit 3d41e13

Browse files
authored
adding whats_new entry
adding whats_new document
1 parent 3019e81 commit 3d41e13

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Imshow now coerces 3D arrays with depth 1 to 2D
2+
------------------------------------------------
3+
The number of ticks on colorbars was appropriate for a large colorbar, but
4+
Starting from this version arrays of size MxNx1 will be coerced into MxN
5+
for displaying. This means commands like ``plt.imshow(np.ones((3, 3, 1)))``
6+
will no longer return an error message that the image shape is invalid.

0 commit comments

Comments
 (0)