8000 fix for multivariate tests · matplotlib/matplotlib@e271b85 · GitHub
[go: up one dir, main page]

Skip to content

Commit e271b85

Browse files
committed
fix for multivariate tests
1 parent 32e0256 commit e271b85

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Loading
Loading

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)
0