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

Commite271b85

Browse files
committed
fix for multivariate tests
1 parent32e0256 commite271b85

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_multivariate_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def test_bivar_cmap_from_image():
392392
# use bivariate colormap
393393
data_0=np.arange(12).reshape((3,4))
394394
data_1=np.arange(12).reshape((4,3)).T
395-
cmap=mpl.colors.BivarColormapFromImage(im,'custom')
395+
cmap=mpl.colors.BivarColormapFromImage(im)
396396
axes[1].imshow((data_0,data_1),cmap=cmap,
397397
interpolation='nearest')
398398

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp